fix: align lab02 and lab03 student verification flows
This commit is contained in:
@@ -38,7 +38,7 @@ docker network prune
|
||||
### Lab 02 Network Cleanup
|
||||
|
||||
```bash
|
||||
cd ~/laboratori-cloud/labs/lab-02-network
|
||||
cd /home/luca/laboratori-cloud/labs/lab-02-network
|
||||
|
||||
# Ferma e rimuovi container del compose
|
||||
docker compose down
|
||||
@@ -53,7 +53,7 @@ docker volume rm lab02-network_db-data 2>/dev/null || true
|
||||
### Reset Completo Lab 02
|
||||
|
||||
```bash
|
||||
cd ~/laboratori-cloud/labs/lab-02-network
|
||||
cd /home/luca/laboratori-cloud/labs/lab-02-network
|
||||
|
||||
# Tutto giu
|
||||
docker compose down -v --remove-orphans
|
||||
@@ -99,4 +99,4 @@ docker system prune -a --volumes
|
||||
## Vedi Anche
|
||||
|
||||
- [Reference: Docker Network Commands](../reference/docker-network-commands.md)
|
||||
- [How-To: Reset Ambiente Docker](../../how-to-guides/reset-docker-environment.md)
|
||||
- [Script reset ambiente](../../../scripts/reset-env.sh)
|
||||
|
||||
Reference in New Issue
Block a user