Skip to content

SSH into your app

Pascal Friederich edited this page Jan 19, 2016 · 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