20.04 also works
This commit is contained in:
parent
a0060d3e91
commit
38ce57bdae
3 changed files with 7 additions and 9 deletions
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
2) Create a new container, use different names if installing multiple instances:
|
||||
|
||||
sudo lxc-create -n pandora -t ubuntu-cloud -- -r bionic
|
||||
sudo lxc-create -n pandora -t ubuntu-cloud -- -r focal
|
||||
|
||||
or
|
||||
|
||||
|
|
|
|||
|
|
@ -4,15 +4,13 @@
|
|||
|
||||
# Installing pan.do/ra inside LXD
|
||||
|
||||
1) Install lxd on the host (Ubuntu 16.04 or later):
|
||||
1) Install lxd on the host (Ubuntu 18.04 or later, Debian/10):
|
||||
|
||||
sudo apt-get install lxd
|
||||
|
||||
[on debian you can use snap install lxd]
|
||||
sudo snap install lxd
|
||||
|
||||
2) Create a new container, use different names if installing multiple instances:
|
||||
|
||||
sudo lxc launch ubuntu:18.04 pandora
|
||||
sudo lxc launch ubuntu:20.04 pandora
|
||||
|
||||
or
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue