bd1fcbba59d0 — Alain Leufroy 3 years ago
update README
1 files changed, 3 insertions(+), 3 deletions(-)

M README.md
M README.md +3 -3
@@ 83,7 83,7 @@ Continue with a layer containing build-e
 
 ```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 @@ We create a container for our project:
 
 ```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 @@ myproject# systemctl halt
 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
 ```