feat: add README.md to each lab with startup instructions and remove obsolete version from compose files
This commit is contained in:
@@ -1,5 +1,24 @@
|
||||
# Lab 02: Network & VPC
|
||||
# Lab 02 - Network & VPC
|
||||
|
||||
Coming soon.
|
||||
Crea reti Docker isolate che simulano VPC e Subnets cloud.
|
||||
|
||||
This lab will cover: Creare reti Docker isolate che simulano VPC e Subnets cloud.
|
||||
## Avvio del Laboratorio
|
||||
|
||||
```bash
|
||||
cd labs/lab-02-network
|
||||
docker build .
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
## Verifica Completamento
|
||||
|
||||
```bash
|
||||
bash tests/99-final-verification.sh
|
||||
```
|
||||
|
||||
## Documentazione
|
||||
|
||||
- [Tutorial](tutorial/) - Guida passo-passo
|
||||
- [How-to Guides](how-to-guides/) - Procedure specifiche
|
||||
- [Reference](reference/) - Documentazione tecnica
|
||||
- [Explanation](explanation/) - Paralleli cloud
|
||||
Reference in New Issue
Block a user