Skip to content

Commit

Permalink
docs: bump version in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Dec 21, 2023
1 parent ab88e96 commit 430d333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This project helps you to remove containers/networks/volumes/images by given fil

$ RYUK_PORT=8080 ./bin/moby-ryuk
$ # You can also run it with Docker
$ docker run -v /var/run/docker.sock:/var/run/docker.sock -e RYUK_PORT=8080 -p 8080:8080 testcontainers/ryuk:0.5.1
$ docker run -v /var/run/docker.sock:/var/run/docker.sock -e RYUK_PORT=8080 -p 8080:8080 testcontainers/ryuk:0.6.0

1. Connect via TCP:

Expand Down

0 comments on commit 430d333

Please sign in to comment.