docs: readme docker instructions add name to docker run one-liner

This commit is contained in:
Jack Wills
2022-12-05 03:22:33 +00:00
parent 1adb61ce3b
commit 43fe902bae
+1 -1
View File
@@ -26,7 +26,7 @@ Published on <a href='https://www.crates.io/crates/oxker' target='_blank' rel='n
### Docker ### Docker
Published on <a href='https://hub.docker.com/r/mrjackwills/oxker' target='_blank' rel='noopener noreferrer'>Docker Hub</a>, with images built for `linux/amd64`, `linux/arm64`, and `linux/arm/v6` Published on <a href='https://hub.docker.com/r/mrjackwills/oxker' target='_blank' rel='noopener noreferrer'>Docker Hub</a>, with images built for `linux/amd64`, `linux/arm64`, and `linux/arm/v6`
`docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock:ro --pull=always mrjackwills/oxker` `docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock:ro --name oxker --pull=always mrjackwills/oxker`
### Nix ### Nix
Using nix flakes, oxker can be ran directly with Using nix flakes, oxker can be ran directly with