Linux Containers: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
Line 16: Line 16:
{|
{|
| valign="top" |
| valign="top" |
* [https://dzone.com/articles/lxd-and-docker#:~:text=Can%20a%20hypervisor,%20Docker%20and%20LXD%20coexist Coexistence of Hypervisor, Docker & LXD]
* [https://snapcraft.io/docs/installing-snap-on-ubuntu Installing snap on Ubuntu]
* [https://snapcraft.io/docs/installing-snap-on-ubuntu Installing snap on Ubuntu]
* [https://linuxcontainers.org/lxd/getting-started-cli/ Getting Started with LXC]
* [https://linuxcontainers.org/lxd/getting-started-cli/ Getting Started with LXC]

Revision as of 05:03, 30 September 2021

sudo apt upgrade
sudo apt autoremove
sudo snap install lxd --channel=4.0/stable

Knowledge

sudo apt update ; sudo apt list --upgradable 
sudo apt upgrade; sudo apt autoremove
sudo apt install snapd
sudo snap install lxd --channel=4.0/stable
sudo snap install lxd --channel=3.0/stable
sudo snap install lxd
sudo lxd.migrate

References