HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

vagrant resume — Resume a Vagrant managed machine that was previously suspended. More information: <https://developer

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thatcommandvagrantcliresumevagrant resumemachinemanaged

Problem

How to use the vagrant resume command: Resume a Vagrant managed machine that was previously suspended. More information: <https://developer.hashicorp.com/vagrant/docs/cli/resume>.

Solution

vagrant resume — Resume a Vagrant managed machine that was previously suspended. More information: <https://developer.hashicorp.com/vagrant/docs/cli/resume>.

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}}

Code Snippets

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}}

Context

tldr-pages: common/vagrant resume

Revisions (0)

No revisions yet.