-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Pass id to all runc commands #532
Milestone
Comments
Did you start this one? I can pop out a PR for this if not. I was going to do it after bringing mrunal's merged config.json and runtime.json into runc. Cheers. |
no i have not |
crosbymichael
added a commit
to crosbymichael/runc
that referenced
this issue
Feb 8, 2016
Closes opencontainers#532 This requires the container id to always be passed to all runc commands as arg one on the cli. This was the result of the last OCI meeting and how operations work with the spec. Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
crosbymichael
added a commit
to crosbymichael/runc
that referenced
this issue
Feb 8, 2016
Closes opencontainers#532 This requires the container id to always be passed to all runc commands as arg one on the cli. This was the result of the last OCI meeting and how operations work with the spec. Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
crosbymichael
added a commit
to crosbymichael/runc
that referenced
this issue
Feb 9, 2016
Closes opencontainers#532 This requires the container id to always be passed to all runc commands as arg one on the cli. This was the result of the last OCI meeting and how operations work with the spec. Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
crosbymichael
added a commit
to crosbymichael/runc
that referenced
this issue
Feb 9, 2016
Closes opencontainers#532 This requires the container id to always be passed to all runc commands as arg one on the cli. This was the result of the last OCI meeting and how operations work with the spec. Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
crosbymichael
added a commit
to crosbymichael/runc
that referenced
this issue
Feb 9, 2016
Closes opencontainers#532 This requires the container id to always be passed to all runc commands as arg one on the cli. This was the result of the last OCI meeting and how operations work with the spec. Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
stefanberger
pushed a commit
to stefanberger/runc
that referenced
this issue
Sep 8, 2017
…cycle Restore hook language removed by create/start split
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Remove the --id flag and start passing
runc start redis
where redis is the container's id
The text was updated successfully, but these errors were encountered: