Skip to content

Commit 7c2c560

Browse files
committed
Replace emoji with plain text in architecture diagrams and add text language hint
1 parent c513c40 commit 7c2c560

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ buildcage solves this by restricting outbound network access during builds to on
2222

2323
buildcage runs as a [remote driver](https://docs.docker.com/build/builders/drivers/remote/) for Docker Buildx. All `RUN` step containers are placed on an isolated network, and outbound traffic is routed through a proxy that enforces your allowlist.
2424

25-
```
25+
```text
2626
┌─ Docker Buildx (remote driver) ───────────────────────────┐
2727
│ │
2828
│ buildcage container │
@@ -34,8 +34,8 @@ buildcage runs as a [remote driver](https://docs.docker.com/build/builders/drive
3434
│ │ │ RUN step │───→│ Proxy (nginx) │ │ │
3535
│ │ │ (isolated net) │ │ │ │ │
3636
│ │ │ npm install, │ │ allowed domain? │ │ │
37-
│ │ │ apt-get, etc. │ │ → internet │ │ │
38-
│ │ └─────────────────┘ │ → blocked + logged│ │ │
37+
│ │ │ apt-get, etc. │ │ Yes → internet │ │ │
38+
│ │ └─────────────────┘ │ No → blocked+logged │ │ │
3939
│ │ └───────────────────────┘ │ │
4040
│ └─────────────────────────────────────────────────────┘ │
4141
└───────────────────────────────────────────────────────────┘
@@ -332,7 +332,7 @@ buildcage creates a controlled network environment for your Docker builds:
332332

333333
### Architecture Diagram
334334

335-
```
335+
```text
336336
┌──────────────────────────────────────────────────────────────────┐
337337
│ Builder container (privileged, single container) │
338338
│ │

0 commit comments

Comments
 (0)