Skip to content

Commit

Permalink
Update ryuk tag in README to 0.5.1 (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiview authored Nov 23, 2023
1 parent f9619cf commit 8105461
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.4.0
$ docker run -v /var/run/docker.sock:/var/run/docker.sock -e RYUK_PORT=8080 -p 8080:8080 testcontainers/ryuk:0.5.1

1. Connect via TCP:

Expand Down

0 comments on commit 8105461

Please sign in to comment.