Friday, February 25, 2022

Run Linux Containers with LXC/LXD on Ubuntu 20.04

 in This Tutorial you will learn "How To Run Linux Containers with LXCLXD on Ubuntu 20.04
LXD is an open source container management extension for Linux Containers (LXC).
Linux Containers (LXC) is a type of virtualization setup that works with virtual containers created at the operating system level.
_________________________________________________________________________________________
Server - Os:  Ubuntu 20.04.3 LTS 64Bit      
_________________________________________________________________________________________
lsb_release -d
apt-get update ; apt-get install -y lxd
lxd init
lxc info | more
lxc launch ubuntu:20.04 test
lxc list
lxc exec test bash
ip a
lxc stop test
lxc list
lxc start test
________________________________________________________________________________________

No comments:

Post a Comment