I'm too cheap to pay for EC2, and I don't have enough servers to set up my own openstack, how do I configure juju to use Linux Containers (LXC) on something like my laptop?
Asked
Active
Viewed 1.8k times
1 Answers
57
Install Juju:
sudo add-apt-repository ppa:juju/devel
sudo apt-get update
sudo apt-get install juju-core lxd
You just need to configure the local provider:
newgrp lxd
Then bootstrap a new controller:
juju bootstrap lxd-test lxd
Follow the documentation for the rest of the configuration steps:
Jorge Castro
- 73,717