LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

vagrant-suspend

Suspend running Vagrant machines

TLDR

Suspend VM
$ vagrant suspend
copy
Suspend specific VM
$ vagrant suspend [name]
copy

SYNOPSIS

vagrant suspend [options] [name]

DESCRIPTION

vagrant suspend saves VM state and stops it. Preserves RAM contents for quick resume. Uses disk space to store state. Faster than shutdown but uses more storage.

SEE ALSO

Copied to clipboard
Kai