We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9bf822 commit 760779bCopy full SHA for 760779b
README.md
@@ -2,6 +2,21 @@
2
3
[](https://github.com/limakzi/gap-docker/actions/workflows/main.yaml)
4
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
20
* Run a container:
21
22
```
0 commit comments