To configure container setup:
docker-machine create \
--driver generic \
--generic-ip-address=sdl32267.labs.teradata.com \
--generic-ssh-key "<path to key file>" \
--generic-ssh-user=root sdl32267
eval "$(docker-machine env sdl32267)"
code .
from VS Code attach to a container with: Remote Containers: Attach to Running Container…
from VS Code command pallet run Remote-Containers: Open Attached Container Configuration File…
{
"extensions": [
"bungcip.better-toml",
"lextudio.restructuredtext",
"ms-python.python"
],
"shutdownAction": "none",
"workspaceFolder": "/srv"
}
eval "$(docker-machine env -u)"