Your submission was sent successfully! Close

Thank you for signing up for our newsletter!
In these regular emails you will find the latest updates from Canonical and upcoming events where you can meet our team.Close

Thank you for contacting our team. We will be in touch shortly.Close

  1. Blog
  2. Article

Canonical
on 14 January 2015

Announcing snappy Ubuntu Core on Vagrant cloud


Last month, Canonical announced snappy Ubuntu Core, the new, transactional version of Ubuntu, designed for public clouds. So far, snappy Ubuntu Core images are available on Microsoft Azure, Google Compute Engine, and Amazon AWS.

Today, we are delighted to announce the addition of Vagrant images to this impressive line-up [1, 2]. These images are bit-for-bit the same as the KVM images, but have a Cloud-init configuration that allows snappy Ubuntu Core 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 Ubuntu Core works, shared file systems within Vagrant are not possible at this time. We are working on getting the shared file system support enabled and will announce this in due course.

If you want to use Vagrant packaged in the 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

If you use Vagrant from [4] (i.e Windows, Mac or install the latest Vagrant), then you can run:

  • 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://docs.vagrantup.com/v2/why-vagrant/index.html
[3] https://atlas.hashicorp.com/ubuntu/boxes/ubuntu-core-devel-amd64
[4] https://www.vagrantup.com/downloads.html

Related posts


Benjamin Ryzman
22 April 2024

Achieving Performant Single-Tenant Cloud Isolation with IBM Cloud Bare Metal Servers, Ubuntu Core, Snaps, and AMD Pensando Elba Data Processing Unit

Networking Article

Discover how IBM Cloud’s bare metal servers offer highly confined and high-performing single-tenant cloud isolation through the use of Ubuntu Core and Snaps, supported by the AMD Pensando Elba DPU (Data Processing Unit). This setup enables the creation of secure and efficient environments for each tenant. Its design ensures the total sepa ...


Tytus Kurek
3 April 2024

OpenStack with Sunbeam as an on-prem extension of the OpenStack public cloud

Cloud and server OpenStack

One of the biggest challenges that cloud service providers (CSPs) face these days is to deliver an extension of the public cloud they host to a small-scale piece of infrastructure that runs on customers’ premises. While the world’s tech giants, such as Amazon or Azure, have developed their own solutions for this purpose, many smaller, ...


Jehudi
28 March 2024

Deploying Open Language Models on Ubuntu

AI Article

Discover the benefits of using Ubuntu for open-source AI and how to seamlessly deploy models on Azure, including leveraging GPU and Confidential Compute capabilities. ...