Skip to content

Instantly share code, notes, and snippets.

@yoshuawuyts
Created August 7, 2014 15:48
Show Gist options
  • Save yoshuawuyts/019ae08e233018619cca to your computer and use it in GitHub Desktop.
Save yoshuawuyts/019ae08e233018619cca to your computer and use it in GitHub Desktop.
~/Repositories/playground-vagrant master*
❯ make
vagrant up --provider=docker
Bringing machine 'app' up with 'docker' provider...
==> app: Docker host is required. One will be created if necessary...
app: Docker host VM is already ready.
==> app: Syncing folders to the host VM...
app: Rsyncing folder: /Users/yoshuawuyts/Repositories/playground-vagrant/ => /var/lib/docker/docker_1407426436_59228
app: Rsyncing folder: /Users/yoshuawuyts/Repositories/playground-vagrant/ => /mnt/docker_build_0064ec06b8c293e46f3dd8d17fe9c55b
==> app: Building the container from a Dockerfile...
app: Image: 4d094c4a5c67
==> app: Warning: When using a remote Docker host, forwarded ports will NOT be
==> app: immediately available on your machine. They will still be forwarded on
==> app: the remote machine, however, so if you have a way to access the remote
==> app: machine, then you should be able to access those ports there. This is
==> app: not an error, it is only an informational message.
==> app: Creating the container...
app: Name: playground-vagrant_app_1407426437
app: Image: 4d094c4a5c67
app: Volume: /var/lib/docker/docker_1407426436_59228:/vagrant
app: Port: 443:443
A Docker command executed by Vagrant didn't complete successfully!
The command run along with the output from the command is shown
below.
Command: "docker" "run" "--name" "playground-vagrant_app_1407426437" "-d" "-p" "443:443" "-v" "/var/lib/docker/docker_1407426436_59228:/vagrant" "4d094c4a5c67"
Stderr: 2014/08/06 20:24:29 Error: Cannot start container 8a7a2c68e897424488da828fc7a432139c8a22a9fc8fbf37c4e6e8173b7181d8: /mnt/sda/var/lib/docker/aufs/mnt/8a7a2c68e897424488da828fc7a432139c8a22a9fc8fbf37c4e6e8173b7181d8 is not within /mnt/sda/var/lib/docker/aufs/mnt/8a7a2c68e897424488da828fc7a432139c8a22a9fc8fbf37c4e6e8173b7181d8
Stdout: 8a7a2c68e897424488da828fc7a432139c8a22a9fc8fbf37c4e6e8173b7181d8
make: *** [all] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment