
vagrant
List of commands for vagrant:
-
vagrant:tldr:03e55 vagrant: List all local boxes.$ vagrant box listtry on your machineexplain this command
-
vagrant:tldr:08b35 vagrant: Create Vagrantfile in current directory with the base Vagrant box.$ vagrant inittry on your machineexplain this command
-
vagrant:tldr:19813 vagrant: Connect to machine via SSH.$ vagrant sshtry on your machineexplain this command
-
vagrant:tldr:34e05 vagrant: Start and provision the vagrant environment.$ vagrant uptry on your machineexplain this command
-
vagrant:tldr:39f1b vagrant: Create Vagrantfile with the Ubuntu 20.04 (Focal Fossa) box from HashiCorp Atlas.$ vagrant init ubuntu/focal64try on your machineexplain this command
-
vagrant:tldr:cd00d vagrant: Output the SSH configuration file of the running Vagrant machine.$ vagrant ssh-configtry on your machineexplain this command
-
vagrant:tldr:db7a1 vagrant: Suspend the machine.$ vagrant suspendtry on your machineexplain this command
-
vagrant:tldr:f78ff vagrant: Halt the machine.$ vagrant halttry on your machineexplain this command