# HG changeset patch # User Oleksandr Gavenko # Date 1520158583 -7200 # Node ID 15e9cc9e054f6f4899b10d56563ba33f95d211dc # Parent eb6107487d83f5e75787b41fe1c0fd768d77ba5e Working with Alpine Linux. diff -r eb6107487d83 -r 15e9cc9e054f vagrant.rst --- a/vagrant.rst Sun Mar 04 00:29:22 2018 +0200 +++ b/vagrant.rst Sun Mar 04 12:16:23 2018 +0200 @@ -37,3 +37,26 @@ vagrant provision --provision-with root_ssh vagrant provision --provision-with user_ssh,root_ssh +Working with Alpine Linux +========================= + +Install plugin:: + + $ vagrant plugin install vagrant-alpine + Installing the 'vagrant-alpine' plugin. This can take a few minutes... + Installed the plugin 'vagrant-alpine (0.3.0)'! + +Create Vagrantfile:: + + $ vagrant init maier/alpine-3.6-x86_64 + +https://app.vagrantup.com/maier/boxes/alpine-3.6-x86_64 + AlpineLinux v3.6.2 with VirtualBoxGuestAdditions +https://app.vagrantup.com/maier + maier boxes. +https://github.com/maier/vagrant-alpine + Home page of ``vagrant-alpine`` plugin. +https://app.vagrantup.com/generic/boxes/alpine36 + Generic box. +https://app.vagrantup.com/generic/boxes + Generic boxes.