| dni@home: ~/Documents/repos/juju | |
| $ vagrant init Jujubox [21:01:46] | |
| A `Vagrantfile` has been placed in this directory. You are now | |
| ready to `vagrant up` your first virtual environment! Please read | |
| the comments in the Vagrantfile as well as documentation on | |
| `vagrantup.com` for more information on using Vagrant. | |
| dni@home: ~/Documents/repos/juju | |
| $ vagrant up [21:01:50] | |
| Bringing machine 'default' up with 'virtualbox' provider... | |
| ==> default: Importing base box 'Jujubox'... | |
| ==> default: Matching MAC address for NAT networking... | |
| ==> default: Setting the name of the VM: juju_default_1439751731419_45955 | |
| ==> default: Clearing any previously set forwarded ports... | |
| ==> default: Fixed port collision for 22 => 2222. Now on port 2200. | |
| ==> default: Clearing any previously set network interfaces... | |
| ==> default: Preparing network interfaces based on configuration... | |
| default: Adapter 1: nat | |
| ==> default: Forwarding ports... | |
| default: 22 => 2200 (adapter 1) | |
| ==> default: Booting VM... | |
| ==> default: Waiting for machine to boot. This may take a few minutes... | |
| default: SSH address: 127.0.0.1:2200 | |
| default: SSH username: vagrant | |
| default: SSH auth method: private key | |
| default: Warning: Connection timeout. Retrying... | |
| default: Warning: Remote connection disconnect. Retrying... | |
| default: | |
| default: Vagrant insecure key detected. Vagrant will automatically replace | |
| default: this with a newly generated keypair for better security. | |
| default: | |
| default: Inserting generated public key within guest... | |
| default: Removing insecure key from the guest if it's present... | |
| default: Key inserted! Disconnecting and reconnecting using new SSH key... | |
| ==> default: Machine booted and ready! | |
| ==> default: Checking for guest additions in VM... | |
| ==> default: Mounting shared folders... | |
| default: /vagrant => /Users/dni/Documents/repos/juju |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment