Skip to content

Instantly share code, notes, and snippets.

@brian-gates
Created October 6, 2014 22:40
Show Gist options
  • Save brian-gates/7018cb65947cd4c22f9c to your computer and use it in GitHub Desktop.
Save brian-gates/7018cb65947cd4c22f9c to your computer and use it in GitHub Desktop.
$ vagrant up
Bringing machine 'default' up with 'docker' provider...
==> default: Docker host is required. One will be created if necessary...
default: Vagrant will now create or start a local VM to act as the Docker
default: host. You'll see the output of the `vagrant up` for this VM below.
default:
default: Checking if box 'mitchellh/boot2docker' is up to date...
default: Clearing any previously set network interfaces...
default: Preparing network interfaces based on configuration...
default: Adapter 1: nat
default: Forwarding ports...
default: 2375 => 2375 (adapter 1)
default: 8000 => 8000 (adapter 1)
default: 35729 => 35729 (adapter 1)
default: 22 => 2222 (adapter 1)
default: Running 'pre-boot' VM customizations...
default: Booting VM...
default: Waiting for machine to boot. This may take a few minutes...
default: SSH address: 127.0.0.1:2222
default: SSH username: docker
default: SSH auth method: private key
default: Warning: Connection timeout. Retrying...
default: Machine booted and ready!
==> default: Syncing folders to the host VM...
default: Installing rsync to the VM...
default: Rsyncing folder: /cygdrive/c/Users/Heavy/Dropbox/work/github/ember-app-kit/ => /var/lib/docker/docker_1412633702_29081
default: Rsyncing folder: /cygdrive/c/Users/Heavy/Dropbox/work/github/ember-app-kit/ => /mnt/docker_build_0c315fd7306416093c5feb03b3c1ad69
==> default: Building the container from a Dockerfile...
default: Image: 65832685af62
==> default: Warning: When using a remote Docker host, forwarded ports will NOT be
==> default: immediately available on your machine. They will still be forwarded on
==> default: the remote machine, however, so if you have a way to access the remote
==> default: machine, then you should be able to access those ports there. This is
==> default: not an error, it is only an informational message.
==> default: Creating the container...
default: Name: app
default: Image: 65832685af62
default: Volume: /var/lib/docker/docker_1412633702_29081:/vagrant
default: Port: 8000:8000
default: Port: 35729:35729
default:
default: Container created: 6821b9d59888c8b4
==> default: Starting container...
==> default: Provisioners will not be run since container doesn't support SSH.
$ vagrant rsync
==> default: The machine is reporting that it is not ready for rsync to
==> default: communicate with it. Verify that this machine is properly running.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment