Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove SSH server #17

Open
osvso opened this issue Sep 1, 2016 · 1 comment
Open

Remove SSH server #17

osvso opened this issue Sep 1, 2016 · 1 comment

Comments

@osvso
Copy link

osvso commented Sep 1, 2016

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

@tracer0tong
Copy link
Owner

I'm using container on remote server farm and it was more easier to connect by SSH to machine directly, than connect to host and run commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants