Debugging the Remote Docker Environment

Just as you are able to debug CircleCI jobs by re-running them with SSH, you can also debug within the Remote Docker Environment itself.

To SSH into the remote Docker environment, run ssh remote-docker while SSH'd into any CircleCI job that uses setup_remote_docker

(Make sure the setup_remote_docker step completes first, otherwise your SSH command will fail!)

For more information, we have an additional article on how to run commands in your remote Docker environment.

Was this article helpful?
9 out of 15 found this helpful

Comments

0 comments

Article is closed for comments.