This repository was archived by the owner on Dec 13, 2018. It is now read-only.
Add type for namespaces for better UI (replacement of #302)#312
Merged
mrunalp merged 3 commits intodocker-archive:masterfrom Dec 23, 2014
LK4D4:care_#302
Merged
Add type for namespaces for better UI (replacement of #302)#312mrunalp merged 3 commits intodocker-archive:masterfrom LK4D4:care_#302
mrunalp merged 3 commits intodocker-archive:masterfrom
LK4D4:care_#302
Conversation
This adds `type Namespaces []Namespace` so that methods can be added to this slice so that it is easier for consumers to work with the values. Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
Signed-off-by: Alexander Morozov <lk4d4@docker.com>
Contributor
|
LGTM |
Contributor
|
LGTM (Thanks for making the Contains change @LK4D4 ) |
mrunalp
pushed a commit
that referenced
this pull request
Dec 23, 2014
Add type for namespaces for better UI (replacement of #302)
ColinHuang
pushed a commit
to fcwu/docker
that referenced
this pull request
Jan 5, 2015
This commit contains changes for docker: * user.GetGroupFile to user.GetGroupPath docker-archive/libcontainer#301 * Add systemd support for OOM docker-archive/libcontainer#307 * Support for custom namespaces docker-archive/libcontainer#279, docker-archive/libcontainer#312 * Fixes moby#9699 docker-archive/libcontainer#308 Signed-off-by: Alexander Morozov <lk4d4@docker.com>
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Closes #302
ping @mrunalp @rjnagal