Last active
December 15, 2015 03:59
-
-
Save ccollicutt/5198205 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ vagrant box add centos64 file://$PWD/centos64.box | |
Downloading with Vagrant::Downloaders::File... | |
Cleaning up downloaded box... | |
The specified path to a file doesn't exist. | |
$ echo $PWD | |
/Users/curtis/Documents/Virtual Machines.localized/CentOS 64-bit.vmwarevm | |
$ ls centos64.box | |
centos64.box | |
$ tar ztf centos64.box | |
./CentOS 64-bit.nvram | |
./CentOS 64-bit.plist | |
./CentOS 64-bit.vmsd | |
./CentOS 64-bit.vmx | |
./CentOS 64-bit.vmx.lck/ | |
./CentOS 64-bit.vmx.lck/M54310.lck | |
./CentOS 64-bit.vmxf | |
./centos64.vmdk | |
./metadata.json | |
$ vagrant --version | |
Vagrant version 1.1.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment