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
-
Using Logs: You can run your command with a `--verbose` flag which might help produce more helpful logging.
-
Storing Artifacts: You can store the output of your command as an artifact to follow up on later.
Comments
Article is closed for comments.