Skip to content

Commit 760779b

Browse files
authored
docs: Document image types (#81)
1 parent f9bf822 commit 760779b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
[![docker-build](https://github.com/limakzi/gap-docker/actions/workflows/main.yaml/badge.svg)](https://github.com/limakzi/gap-docker/actions/workflows/main.yaml)
44

5+
## Image types
6+
7+
```mermaid
8+
graph RL
9+
V1[gap-docker:4.13.1-bare] --> T
10+
V2[gap-docker:4.13.1-full] --> T
11+
V3[gap-docker:4.13.1-slim] --> T
12+
T --> V
13+
V --> G
14+
15+
G@{ shape: processes, label: "gap-docker"}
16+
V@{ shape: processes, label: "gap-version"}
17+
T@{ shape: processes, label: "bare/slim/full"}
18+
```
19+
520
* Run a container:
621

722
```

0 commit comments

Comments
 (0)