Uh oh!
There was an error while loading. Please reload this page.
Add support for docker run --tmpfs flag. - #3137
Merged
Merged
Conversation
dnephin
commented
Mar 15, 2016
Author
Oh, this is still blocked on docker/docker-py#939, I didn't realize |
dnephinforce-pushed
the
add_tmpfs_to_config
branch
from
March 17, 2016 02:18
6c83887 to
f6f4fa9Comparednephin
commented
Mar 17, 2016
Author
Updated the docker-py sha, let's see if we get a green build now. |
aanand
commented
Mar 17, 2016
Looks like |
dnephinforce-pushed
the
add_tmpfs_to_config
branch
2 times, most recently
from
March 17, 2016 19:40
4133be8 to
9a3c7d3Comparednephin
commented
Mar 18, 2016
Author
Test runs are still flaking, but the test passes locally, so it should be unrelated. |
Signed-off-by: Daniel Nephin <dnephin@docker.com>
Signed-off-by: Philip Walls <pawalls@rabidgeek.com>
dnephinforce-pushed
the
add_tmpfs_to_config
branch
from
March 18, 2016 22:20
9a3c7d3 to
85c7d3eCompareaanand
commented
Mar 21, 2016
LGTM |
aanand added a commit
that referenced
this pull request
Mar 21, 2016
Add support for docker run --tmpfs flag.
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 freeto 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.
Carry #2978
Fixes#2778