tracer0tong / android-emulator

Yet another Docker container with Android SDK and Android emulator
Apache License 2.0
246 stars 95 forks source link

Remove SSH server #17

Open osvso opened 7 years ago

osvso commented 7 years ago

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 commented 7 years ago

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.