Closed
Conversation
set.go
Outdated
Contributor
There was a problem hiding this comment.
This shouldn't require the path to config.json then. We probably want the bundlePath from the other PR.
Contributor
Author
Contributor
Author
Signed-off-by: rajasec <rajasec79@gmail.com> Adding bundle path Signed-off-by: Rajasekaran <rajasec79@gmail.com> Updating README file Signed-off-by: rajasec <rajasec79@gmail.com>
Contributor
Author
|
@mrunalp |
Contributor
|
@rajasec Actually Maybe we should start discussing https://github.com/opencontainers/specs/blob/master/ROADMAP.md#live-container-updates , have a conclusion about what can be updated, and we only take care of these fields from config. |
Contributor
|
I think we should revisit this later once we have a plan in the spec. Closing for now. |
stefanberger
pushed a commit
to stefanberger/runc
that referenced
this pull request
Sep 8, 2017
Fix the build by getting rid of go get for vet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Using the container interface set to set the cgroup resources when container is running
Usage:
runc set
This will apply the new values to running container as per the runtime.json
Signed-off-by: rajasec rajasec79@gmail.com