Fix: Replace grep commands with docker inspect commands and remove ideograms

This commit is contained in:
Luca Sacchi Ricciardi
2026-04-16 17:12:10 +02:00
parent 54d0cc2c49
commit 29024e887f
6 changed files with 19 additions and 23 deletions
@@ -23,7 +23,7 @@ AWS VPC, Azure VNet, Google Cloud VPC sono tutti basati sullo stesso concetto fo
| `docker network create` | `aws ec2 create-vpc` |
| Bridge network `lab02-vpc-public` | VPC `vpc-12345678` |
| Subnet `10.0.1.0/24` | Subnet `subnet-abc123` |
| Driver `bridge` | VPC本身 (implicito) |
| Driver `bridge` | VPC stesso (implicito) |
| `docker network ls` | `aws ec2 describe-vpcs` |
**Similitudine:** Entrambi forniscono isolamento di rete e segmentazione IP.