Skip to content
Christopher Blum edited this page Nov 2, 2015 · 1 revision

SSH into your box:

ssh [email protected] # default password is 'geheim'

Copy the container id of your app

docker ps

Enter the docker container

docker exec -it <container-id> bash