WIP: Use dockerswarm/dind image instead of doing docker-in-docker ourselves#1783
Closed
aanand wants to merge 1 commit intodocker:masterfrom
Closed
WIP: Use dockerswarm/dind image instead of doing docker-in-docker ourselves#1783aanand wants to merge 1 commit intodocker:masterfrom
aanand wants to merge 1 commit intodocker:masterfrom
Conversation
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
|
I was thinking about this just the other day. I like it |
This was referenced Aug 6, 2015
|
I just tried using I noticed the tests ran quite a bit faster though (probably because the image graph is empty). According to https://github.com/kennethreitz/requests/issues/2568 it's an issue with the version of requests we're using. I'm going to try upgrading to see if it fixes it. |
|
It also looks like there is no tag for 1.8.1, I've opened a PR aluzzardi/dind#1 |
dnephin
added a commit
to dnephin/compose
that referenced
this pull request
Sep 1, 2015
…docker#1783) Signed-off-by: Daniel Nephin <dnephin@gmail.com>
This was referenced Sep 3, 2015
dnephin
added a commit
to dnephin/compose
that referenced
this pull request
Sep 10, 2015
…docker#1783) Signed-off-by: Daniel Nephin <dnephin@gmail.com>
|
Replaced by #2065 |
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.
This simplifies the test suite, removing a layer of nesting and allowing us to abstract away the philosophical terror of Docker-in-Docker. Unfortunately I get intermittent connection errors: