-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Add exec command #205
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
Add exec command #205
Conversation
exec.go
Outdated
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.
typo: configuratio => configuration
2cad0cf to
0f2c874
Compare
exec.go
Outdated
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.
can you remove all the whitespace ;) plz?
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.
sure :)
Signed-off-by: Tonis Tiigi <[email protected]>
|
I prefer the name |
|
On Wed, Aug 19, 2015 at 05:34:00PM -0700, Lai Jiangshan wrote:
There was some discussion of the name for this functionality in #210 |
|
LGTM |
1 similar comment
|
LGTM |
.travis.yml: add go 1.5.1, update from 1.4.2 to 1.4.3
Starts a new process inside an existing container.
Signed-off-by: Tonis Tiigi [email protected]