Vagrant
Basics
List all boxes:
vagrant box list
Cookbook
Copy a file from host to guest (type vagrant
when prompted for a password):
scp -P 2222 /path/to/yourfile.zip [email protected]:.
List all boxes:
vagrant box list
Copy a file from host to guest (type vagrant
when prompted for a password):
scp -P 2222 /path/to/yourfile.zip [email protected]:.