diff --git a/hands-on-1/README.md b/hands-on-1/README.md index d5ee041..6498963 100644 --- a/hands-on-1/README.md +++ b/hands-on-1/README.md @@ -22,6 +22,11 @@ chmod +x flatcar_production_qemu.sh ./flatcar_production_qemu.sh -- -display curses ``` +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 +``` + NOTE: it's possible to connect to the instance via SSH: ```bash # ~/.ssh/config