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.
Comments
Article is closed for comments.