vagrant.rst
changeset 2236 15e9cc9e054f
parent 2201 af2d2e117b4e
child 2237 1223e5073007
equal deleted inserted replaced
2235:eb6107487d83 2236:15e9cc9e054f
    35 
    35 
    36   vagrant provision --provision-with user_ssh
    36   vagrant provision --provision-with user_ssh
    37   vagrant provision --provision-with root_ssh
    37   vagrant provision --provision-with root_ssh
    38   vagrant provision --provision-with user_ssh,root_ssh
    38   vagrant provision --provision-with user_ssh,root_ssh
    39 
    39 
       
    40 Working with Alpine Linux
       
    41 =========================
       
    42 
       
    43 Install plugin::
       
    44 
       
    45   $ vagrant plugin install vagrant-alpine
       
    46   Installing the 'vagrant-alpine' plugin. This can take a few minutes...
       
    47   Installed the plugin 'vagrant-alpine (0.3.0)'!
       
    48 
       
    49 Create Vagrantfile::
       
    50 
       
    51   $ vagrant init maier/alpine-3.6-x86_64
       
    52 
       
    53 https://app.vagrantup.com/maier/boxes/alpine-3.6-x86_64
       
    54   AlpineLinux v3.6.2 with VirtualBoxGuestAdditions
       
    55 https://app.vagrantup.com/maier
       
    56   maier boxes.
       
    57 https://github.com/maier/vagrant-alpine
       
    58   Home page of ``vagrant-alpine`` plugin.
       
    59 https://app.vagrantup.com/generic/boxes/alpine36
       
    60   Generic box.
       
    61 https://app.vagrantup.com/generic/boxes
       
    62   Generic boxes.