Is there a way how to run LXD inside Docker?
问题 Is there a way how to run LXD inside Docker? eg. On the host with ubuntu 16.04: docker run --rm -it --net host --privileged ubuntu bash In the container: apt update && apt install -y lxd iproute2 btrfs-tools screen bash-completion curl wget apt-transport-https lxcfs lxd-tools lxd-client vim overlayroot libkmod2 libkmod-dev cgroup-tools cgroupfs-mount cgroup-bin screen -S lxd # in screen lxd --debug --group lxd lxd init lxc list lxc launch ubuntu:16.04 test LXD daemon works but I can't start