- vagrant init box
- vagrant up
- vagrant ssh
- vagrant global-status
- vagrant reload --provision Recarga la máquina y corre los scripts en provision. custom boxes
port forwarding
config.vm.network :forwarded_port, guest: 80, host: 4567
Otras opciones: networking
$ vagrant share
...
==> default: Creating Vagrant Share session...
==> default: HTTP URL: http://b1fb1f3f.ngrok.io
...
- suspend
- halt
- destroy
set http_proxy=http://dmascheroni:password@10.0.3.10:80
set https_proxy=%http_proxy%