vagrant box

Administra cajas Vagrant (imágenes de máquinas virtuales). Vea también: vagrant. Más información: https://developer.hashicorp.com/vagrant/docs/cli/box.

vagrant box list

vagrant box add {{hashicorp/bionic64}}

vagrant box add {{mi-caja}} {{https://example.com/mi-caja.box}}

vagrant box remove {{hashicorp/bionic64}}

vagrant box update

vagrant box update --box {{bento/debian-12}}

vagrant box outdated

vagrant box prune