From 7b9fc6ff583f258a958190f45573dd162b6fd445 Mon Sep 17 00:00:00 2001 From: Bastian Schmidt Date: Thu, 8 Feb 2024 11:39:04 +0100 Subject: [PATCH] Update hands-on-1/README.md Co-authored-by: Mathieu Tortuyaux --- hands-on-1/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hands-on-1/README.md b/hands-on-1/README.md index 5715197..6498963 100644 --- a/hands-on-1/README.md +++ b/hands-on-1/README.md @@ -22,7 +22,7 @@ chmod +x flatcar_production_qemu.sh ./flatcar_production_qemu.sh -- -display curses ``` -NOTE: start flatcar with a port forward to access the nginx service from your host +NOTE: it's possible to start Flatcar with a port forwarding to access the Nginx server from your host ``` bash ./flatcar_production_qemu.sh -p 8080-:80,hostfwd=tcp::2222 -- -display curses ```