-
-
Notifications
You must be signed in to change notification settings - Fork 39
cmdeploy: prepare for being able to run commands in docker containers #660
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
0cfc070 to
3e3a855
Compare
|
I suggest to rename "docker" to ":docker" throughout the PR to disambiguate from regular ssh hosts. |
|
What about I wonder if any of those options could mess with SSH configs... |
The only thing I see that makes sense to test for this PR is whether |
7023612 to
9e04a94
Compare
hpk42
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
roughly looks good (didn't test it for real) but i recommend to consider the LocalExec/DockerExec suggestion.
a68963c to
cd879bb
Compare
e9f6ee5 to
a0c632a
Compare
cd879bb to
462c163
Compare
This reverts commit a0c632a.
c35f186 to
a1c2870
Compare
Based on #659, this is also pulled out of Keonik1#3. It enables us to run some DNS checks in a docker container; it could also be part of #659, but I put it in a separate PR, as it isn't useful before #614.