LinuxCommandLibrary

vagrant-box

Manage Vagrant base box images

TLDR

List boxes

$ vagrant box list
copy
Add box
$ vagrant box add [name]
copy
Remove box
$ vagrant box remove [name]
copy
Update boxes
$ vagrant box update
copy
Prune old versions
$ vagrant box prune
copy

SYNOPSIS

vagrant box command [options]

DESCRIPTION

vagrant box manages Vagrant boxes. Boxes are base images used to create virtual machines. Download from Vagrant Cloud or import from local files.

PARAMETERS

list

List installed boxes.
add name
Download and add box.
remove name
Remove box.
update
Update boxes.
prune
Remove old box versions.
outdated
Check for updates.
--provider name
Specify provider.
--box-version version
Specify version.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community