Skip to content

Instantly share code, notes, and snippets.

@dolph
Last active July 18, 2016 18:12
Show Gist options
  • Save dolph/8db624bec990818e4930b37e7569aac0 to your computer and use it in GitHub Desktop.
Save dolph/8db624bec990818e4930b37e7569aac0 to your computer and use it in GitHub Desktop.
Setup lxd on Ubuntu 15.10 OnMetal node at Rackspace
#!/bin/bash
set -e
apt install -y software-properties-common
apt-add-repository ppa:ubuntu-lxc/stable
apt update
apt dist-upgrade -y
apt install -y lxd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment