-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker provisioner not working #27
Comments
Linode doesn't include AUFS in kernels. Alternate solutions are noted on the tubes:
If you need help getting it going I'd be happy to assist if you can share some of your Vagrantfile. |
The line that attempts to install the Linode kernels are built with most everything compiled in -- no modules. Linode does not provide additional modules, however, the build environment ( |
I think the docker issues you are bring up are outdated, although I might be wrong. https://blog.docker.com/2013/11/docker-0-7-docker-now-runs-on-any-linux-distribution/ I've had docker running on stock linode kernels (debian 7 / 8). (
|
https://github.com/docker/docker/blob/5728426f27eac479ffbb58bf886721fd84b9425f/hack/install.sh is more complicated than lsmod | grep aufs || modprobe aufs || apt-get install -y linux-image-extra-`uname -r` That |
Agreed. But it is possible to install docker on stock linode (uses device-mapper instead of AUFS). Does the |
It does not. |
I confirmed that the problem is with https://github.com/mitchellh/vagrant/blob/master/plugins/provisioners/docker/cap/debian/docker_install.rb#L13 -- adding a I also ran into this one while trying to use the Docker provisioner: hashicorp/vagrant#5245 |
I'm closing this since the problem is definitely upstream. Thanks! |
The text was updated successfully, but these errors were encountered: