diff --git a/pages/common/vagrant-resume.md b/pages/common/vagrant-resume.md new file mode 100644 index 0000000000..7e7058fd38 --- /dev/null +++ b/pages/common/vagrant-resume.md @@ -0,0 +1,16 @@ +# vagrant resume + +> Resume a Vagrant managed machine that was previously suspended. +> More information: . + +- Resume machine specified by name or id: + +`vagrant resume {{name|id}}` + +- Resume and run all configured provisioners: + +`vagrant resume {{name|id}} --provision` + +- Resume and specify which provisioners to re-run: + +`vagrant resume {{name|id}} --provision-with {{provisioner}}`