Skip to main content

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


Aaron Whitehouse
30 August 2024

Integrating the Ubuntu Snapshot Service into systems management and update tools

Cloud and server Article

Ubuntu recently released a snapshot service to use the archive as it was at a point in history. This article explains how to integrate this into systems management or update tools. ...


JP Meijers
7 August 2024

AI Inference on the Edge with TensorFlow Lite

Ubuntu Article

This blog post dives into the world of AI on the edge, and how to deploy TensorFlow Lite models on edge devices. We’ll explore the challenges of managing dependencies and updates for these models, and how containerisation with Ubuntu Core and Snapcraft can streamline the process. Let’s start by defining what TensorFlow and its Lite ...


agmatei
30 June 2024

Managed Apps on Public Cloud: Why Operations Matter, Part II

Apps Article

In the first part of this blog journey (I’d call it a post, but it’s actually two posts) we explored what operational excellence looks like in public cloud deployments. And while I do not want to spoil it for you, the main takeaway was that it is not easy and can become resource-intensive. With this ...