Fix: Replace grep commands with docker inspect commands and remove ideograms
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user