diff --git a/README.md b/README.md index a96ebb5..47c6efb 100644 --- a/README.md +++ b/README.md @@ -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