How to connect to lxd container
lxd is an easy-to-use command-line interface for lxc (Linux container). In this blog post, I will show how to create an lxd container and connect to it. To create an lxd container, run lxc launch ubuntu:20.04 vm-1 Here vm-1 is the name of the container. ubuntu:20.04 tells lxc to create a new container with Ubuntu … Read more