Must first start lxc container

This commit is contained in:
Raymond Li 2021-06-12 23:32:59 +00:00
parent f9d7df565a
commit a0a11599c3
1 changed files with 1 additions and 0 deletions

View File

@ -133,6 +133,7 @@ install python3 in it before running the corresponding playbooks. For example,
to setup the DNS container, run the following **as root**:
```
lxc-create -t download -n dns -- -d debian -r buster -a amd64
lxc-start -n dns
chroot /var/lib/lxc/dns/rootfs
echo 'nameserver 1.1.1.1' > /etc/resolv.conf
apt update