I am pleased to announce initial Vagrant images [1, 2]. These images are bit-for-bit the same as the KVM images, but have a Cloud-init configuration that allows Snappy to work within the Vagrant workflow.
Vagrant enables a cross platform developer experience on MacOS, Windows or Linux [3].
Note: due to the way that Snappy works, shared file systems within Vagrant is not possible at this time. We are working on getting the shared file system support enabled, but it will take us a little bit to get going.
If you want to use Vagrant packaged in the Ubuntu archives, in a terminal run::
These images are a work in progress. If you encounter any issues, please report them to "snappy-devel@lists.ubuntu.com" or ping me (utlemming) on Launchpad.net
---
[1] http://cloud-images.ubuntu.com/snappy/devel/core/current/devel-core-amd64-vagrant.box
[2] https://atlas.hashicorp.com/ubuntu/boxes/ubuntu-core-devel-amd64
[3] https://docs.vagrantup.com/v2/why-vagrant/index.html
[4] https://www.vagrantup.com/downloads.html
Vagrant enables a cross platform developer experience on MacOS, Windows or Linux [3].
Note: due to the way that Snappy works, shared file systems within Vagrant is not possible at this time. We are working on getting the shared file system support enabled, but it will take us a little bit to get going.
If you want to use Vagrant packaged in the Ubuntu archives, in a terminal run::
- sudo apt-get -y install vagrant
- cd <WORKSPACE>
- vagrant box add snappy http://goo.gl/6eAAoX
- vagrant init snappy
- vagrant up
- vagrant ssh
- vagrant init ubuntu/ubuntu-core-devel-amd64
- vagrant up
- vagrant ssh
---
[1] http://cloud-images.ubuntu.com/snappy/devel/core/current/devel-core-amd64-vagrant.box
[2] https://atlas.hashicorp.com/ubuntu/boxes/ubuntu-core-devel-amd64
[3] https://docs.vagrantup.com/v2/why-vagrant/index.html
[4] https://www.vagrantup.com/downloads.html