Add --name to docker run command

#32 - Docker image
pull/33/head
LoveIsGrief 2020-01-13 20:29:28 +01:00
parent 9142de85cd
commit 28ad0ae30f
No known key found for this signature in database
GPG Key ID: E96D1EDFA05345EB
1 changed files with 1 additions and 0 deletions

View File

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