Playing with LXD containers

Lately I have been playing around with LXD containers, and its actually pretty cool. Lets create a new container: lxc-create -t download -n TestCont This will download the default Ubuntu image from the official repository and create a container named TestCont. Fire it up with “lxc-start -n TestCont”, connect to it with “lxc-attach -n TestCont”….

Continue Reading