mirror of
https://github.com/markqvist/NomadNet.git
synced 2024-12-17 19:44:38 -05:00
Updated readme
This commit is contained in:
parent
7814712118
commit
fa2382e34a
@ -66,7 +66,7 @@ Nomad Network is automatically published as a docker image on Github Packages. I
|
|||||||
```sh
|
```sh
|
||||||
$ docker pull ghcr.io/markqvist/nomadnet:master
|
$ docker pull ghcr.io/markqvist/nomadnet:master
|
||||||
|
|
||||||
# Run nomadnet interactively without installing it (with default config)
|
# Run nomadnet interactively in a container
|
||||||
$ docker run -it ghcr.io/markqvist/nomadnet:master --textui
|
$ docker run -it ghcr.io/markqvist/nomadnet:master --textui
|
||||||
|
|
||||||
# Run nomadnet as a daemon, using config stored on the host machine in specified
|
# Run nomadnet as a daemon, using config stored on the host machine in specified
|
||||||
@ -86,6 +86,9 @@ $ docker run -d \
|
|||||||
-v /local/path/nomadnetconfigdir/:/root/.nomadnetwork/ \
|
-v /local/path/nomadnetconfigdir/:/root/.nomadnetwork/ \
|
||||||
-v /local/path/reticulumconfigdir/:/root/.reticulum/ \
|
-v /local/path/reticulumconfigdir/:/root/.reticulum/ \
|
||||||
ghcr.io/markqvist/nomadnet:master
|
ghcr.io/markqvist/nomadnet:master
|
||||||
|
|
||||||
|
# Send daemon log output to console instead of file
|
||||||
|
$ docker run -i ghcr.io/markqvist/nomadnet:master --daemon --console
|
||||||
```
|
```
|
||||||
|
|
||||||
## Help & Discussion
|
## Help & Discussion
|
||||||
|
Loading…
Reference in New Issue
Block a user