Skip to content

Commit 2fd30e1

Browse files
authored
fix: Fix docker-image address (#96)
1 parent 6a35dc2 commit 2fd30e1

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
@@ -20,19 +20,19 @@
2020
* Run a container:
2121

2222
```
23-
docker run -it ghcr.io/limakzi/gap-docker:4.13.1-full
23+
docker run -it ghcr.io/limakzi/gap:4.13.1-full
2424
```
2525

2626
```
27-
docker run -it ghcr.io/limakzi/gap-docker:4.14.0-full
27+
docker run -it ghcr.io/limakzi/gap:4.14.0-full
2828
```
2929

3030
```
31-
docker run -it ghcr.io/limakzi/gap-docker:4.13.1-bare
31+
docker run -it ghcr.io/limakzi/gap:4.13.1-bare
3232
```
3333

3434
```
35-
docker run -it ghcr.io/limakzi/gap-docker:4.14.0-bare
35+
docker run -it ghcr.io/limakzi/gap:4.14.0-bare
3636
```
3737

3838

0 commit comments

Comments
 (0)