# HG changeset patch # User Alain Leufroy # Date 1615759713 -3600 # Sun Mar 14 23:08:33 2021 +0100 # Node ID bd1fcbba59d0408165354a18afa6a0e1611e6fb3 # Parent 02e1bd10d88cdd13d6e2a119d30d62704f90a39c update README diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ ```sh host$ overlayctl create buildessential network -host$ overlayctl start -s buildessential +host$ overlayctl start -i buildessential host$ systemd-nspawn -M buildessential -b -n buildessential# apt install -y build-essential cargo vim buildessential# systemctl halt @@ -103,7 +103,7 @@ ```sh host$ overlayctl create myproject buildessential -host$ overlayctl start -s myproject +host$ overlayctl start -i myproject host$ systemd-nspawn -M myproject -b -n --bind-ro=/home/myproject:/app myproject# hostnamectl set-hostname myproject myproject# cd /app @@ -230,7 +230,7 @@ Then clean up the overlay and restart the container. ``` -host$ overlayctl edit -d autologin -d +host$ overlayctl edit -d autologin -d network myproject host$ systemctl start systemd-nspawn@myproject host$ systemctl -M myproject start myproject ```