Skip to content
This repository has been archived by the owner on May 23, 2019. It is now read-only.

Broken and out of date with Docker 1.8+ #85

Closed
lox opened this issue Aug 26, 2015 · 2 comments
Closed

Broken and out of date with Docker 1.8+ #85

lox opened this issue Aug 26, 2015 · 2 comments

Comments

@lox
Copy link

lox commented Aug 26, 2015

Given moby/moby#15596, is it worth either pointing to the latest https://raw.githubusercontent.com/docker/docker/master/hack/dind or just deleting this project entirely?

@jpetazzo
Copy link
Owner

Looks like there would be two options:

  1. Running the docker official image with -v /var/lib/docker (and privileged mode), then apk update && apk add iptables and have fun

  2. Possibly running busybox, ubuntu (or something with iptables already installed) and bind-mounting the Docker binary in it (didn't test, tho, also it needs dyn libs since now Docker ships as dynamic libs)

... Anyway it's not totally ready yet!

@jpetazzo
Copy link
Owner

... 3) Use docker:dind :D

I updated the README to mention that.

Thank you for bringing this to my attention!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants