android-emulator icon indicating copy to clipboard operation
android-emulator copied to clipboard

Remove SSH server

Open osvso opened this issue 8 years ago • 1 comments

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

osvso avatar Sep 01 '16 14:09 osvso

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.

tracer0tong avatar Sep 02 '16 05:09 tracer0tong