You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the added value of having the SSH server running inside the docker image?
The image can be easily accessed by calling docker exec -it ${DOCKER_IMAGE_ID} bash
or docker run -it ${DOCKER_IMAGE_ID} /bin/bash