Skip to content

Commit e12eba1

Browse files
updating Docker usage
1 parent d616e94 commit e12eba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ _Use a Docker Image_
7777
```
7878
* Enter the container and use its shell:
7979
```bash
80-
docker run --rm -it --name poke-cli --entrypoint /bin/sh poke-cli:v1.0.2 -c "cd /app && exec sh"
80+
docker run --rm -it --name poke-cli --entrypoint /bin/sh digitalghostdev/poke-cli:v1.0.2 -c "cd /app && exec sh"
8181
# placed into the /app directory, run the program with './poke-cli'
8282
# example: ./poke-cli ability swift-swim
8383
```

0 commit comments

Comments
 (0)