vagrant.rst
changeset 2302 f47dd29b4e06
parent 2301 a99f277a9eae
child 2306 5892d69ad3ed
equal deleted inserted replaced
2301:a99f277a9eae 2302:f47dd29b4e06
   116   ...
   116   ...
   117   $ vagrant init $NAME
   117   $ vagrant init $NAME
   118   ...
   118   ...
   119   $ vagrant up
   119   $ vagrant up
   120 
   120 
       
   121 To export box from local catalog::
       
   122 
       
   123   $ vagrant box list
       
   124   $ vagrant box repackage NAME PROVIDER VERSION
       
   125 
   121 https://www.vagrantup.com/docs/boxes/base.html
   126 https://www.vagrantup.com/docs/boxes/base.html
   122   Create own vagrant image.
   127   Create own vagrant image.
   123 https://www.vagrantup.com/docs/cli/package.html
   128 https://www.vagrantup.com/docs/cli/package.html
   124   ``package`` command.
   129   ``package`` command.
       
   130 https://www.vagrantup.com/docs/cli/box.html#box-repackage
       
   131   ``box repackage`` command.
   125 
   132 
   126 Managing plugins
   133 Managing plugins
   127 ================
   134 ================
   128 
   135 
   129 https://www.vagrantup.com/docs/cli/plugin.html
   136 https://www.vagrantup.com/docs/cli/plugin.html