refactor: replace deprecated docker-compose with docker compose across repository
This commit is contained in:
@@ -41,7 +41,7 @@ created: 2026-03-25
|
||||
| 03-01-01 | 01 | 1 | LAB-02, TEST-01 | unit | `bash labs/lab-02-network/tests/test-network-isolation.sh` | ❌ W0 | ⬜ pending |
|
||||
| 03-01-02 | 01 | 1 | INF-02 | integration | `bash labs/lab-02-network/tests/test-private-network-no-expose.sh` | ❌ W0 | ⬜ pending |
|
||||
| 03-02-01 | 02 | 1 | DOCT-01, DOCT-02 | documentation | File existence check | ❌ W0 | ⬜ pending |
|
||||
| 03-03-01 | 03 | 2 | LAB-02, INF-02 | infrastructure | `docker-compose config` + container ping test | ❌ W0 | ⬜ pending |
|
||||
| 03-03-01 | 03 | 2 | LAB-02, INF-02 | infrastructure | `docker compose config` + container ping test | ❌ W0 | ⬜ pending |
|
||||
|
||||
*Status: ⬜ pending · ✅ green · ❌ red · ⚠️ flaky*
|
||||
|
||||
@@ -91,5 +91,5 @@ created: 2026-03-25
|
||||
|
||||
### INF-02 Compliance Verification
|
||||
- Private networks must NOT expose ports on 0.0.0.0
|
||||
- Test verifies `docker-compose config` output for `127.0.0.1:PORT:PORT` pattern
|
||||
- Test verifies `docker compose config` output for `127.0.0.1:PORT:PORT` pattern
|
||||
- Manual verification: `netstat -tlnp | grep docker` shows no 0.0.0.0 bindings for private services
|
||||
|
||||
Reference in New Issue
Block a user