Does Container Runner support SSH Debugging?

Overview

When using CircleCI's Container Runner, you might wonder why you can't directly connect to the build environment using SSH.

Explanation

This is a known limitation of how CircleCI's Container Agent is currently run. 

If this is something that you would like to be implemented into Container Runner, please feel free to add an upvote to the following Feature Request.

Alternatives

  1. Using Logs: You can run your command with a `--verbose` flag which might help produce more helpful logging.

  2. Storing Artifacts: You can store the output of your command as an artifact to follow up on later. 

 

Additional Links

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Article is closed for comments.