aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Docker.md
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2024-08-06 20:40:42 -0500
committerMatt Strapp <matt@mattstrapp.net>2024-08-06 20:40:45 -0500
commite7bc70cd0e695112832cc4e9737c34d4719300b1 (patch)
treed40ef36560124956b17a944b89dd42e4b7bde31c /docs/Docker.md
parentPut README in its proper place perhaps (diff)
downloadlocusts-e7bc70cd0e695112832cc4e9737c34d4719300b1.tar
locusts-e7bc70cd0e695112832cc4e9737c34d4719300b1.tar.gz
locusts-e7bc70cd0e695112832cc4e9737c34d4719300b1.tar.bz2
locusts-e7bc70cd0e695112832cc4e9737c34d4719300b1.tar.lz
locusts-e7bc70cd0e695112832cc4e9737c34d4719300b1.tar.xz
locusts-e7bc70cd0e695112832cc4e9737c34d4719300b1.tar.zst
locusts-e7bc70cd0e695112832cc4e9737c34d4719300b1.zip
README tweaking
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to '')
-rw-r--r--docs/Docker.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Docker.md b/docs/Docker.md
index 4717997..10019ff 100644
--- a/docs/Docker.md
+++ b/docs/Docker.md
@@ -7,7 +7,7 @@ A docker container containing locusts also exist.
If you would like to add locusts to your company's servers, you can use the following command:
```bash
-docker run -it --rm ghcr.io/locusts-r-us/locusts:latest
+docker run --rm ghcr.io/locusts-r-us/locusts:master
```
That's it. There are locusts now in your computer.