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

SSH into your box:

ssh platform@your-machine.local # default password is 'geheim'

Copy the container id of your app

docker ps

Enter the docker container

docker exec -it <container-id> bash
Clone this wiki locally