We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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