# HG changeset patch # User Oleksandr Gavenko # Date 1544992803 -7200 # Node ID f47dd29b4e060bec12fbbe5e511cccc58b792213 # Parent a99f277a9eaedb37bab3a462ac4c29fd45ecd3bd To export box from local catalog diff -r a99f277a9eae -r f47dd29b4e06 vagrant.rst --- a/vagrant.rst Sun Dec 16 22:37:48 2018 +0200 +++ b/vagrant.rst Sun Dec 16 22:40:03 2018 +0200 @@ -118,10 +118,17 @@ ... $ vagrant up +To export box from local catalog:: + + $ vagrant box list + $ vagrant box repackage NAME PROVIDER VERSION + https://www.vagrantup.com/docs/boxes/base.html Create own vagrant image. https://www.vagrantup.com/docs/cli/package.html ``package`` command. +https://www.vagrantup.com/docs/cli/box.html#box-repackage + ``box repackage`` command. Managing plugins ================