Skip to content

Commit

Permalink
Merge pull request #2 from bastian-src/feature/add_nginx_port_forwarding
Browse files Browse the repository at this point in the history
hands-on-1: add host port forward note
  • Loading branch information
tormath1 authored Feb 8, 2024
2 parents d594296 + 7b9fc6f commit 5408c92
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hands-on-1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5408c92

Please sign in to comment.