Add --name to docker run command

#32 - Docker image
This commit is contained in:
2020-01-13 20:29:28 +01:00
parent 9142de85cd
commit 28ad0ae30f

View File

@@ -75,6 +75,7 @@ i2cp.tcp.host=112.13.0.1
docker run \
-p 5800:5800 \
-v output:output \
--name muwire \
muwire
```