We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a35dc2 commit 2fd30e1Copy full SHA for 2fd30e1
1 file changed
README.md
@@ -20,19 +20,19 @@
20
* Run a container:
21
22
```
23
-docker run -it ghcr.io/limakzi/gap-docker:4.13.1-full
+docker run -it ghcr.io/limakzi/gap:4.13.1-full
24
25
26
27
-docker run -it ghcr.io/limakzi/gap-docker:4.14.0-full
+docker run -it ghcr.io/limakzi/gap:4.14.0-full
28
29
30
31
-docker run -it ghcr.io/limakzi/gap-docker:4.13.1-bare
+docker run -it ghcr.io/limakzi/gap:4.13.1-bare
32
33
34
35
-docker run -it ghcr.io/limakzi/gap-docker:4.14.0-bare
+docker run -it ghcr.io/limakzi/gap:4.14.0-bare
36
37
38
0 commit comments