mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-09-18 11:54:38 -04:00
Updated readme
This commit is contained in:
parent
7814712118
commit
fa2382e34a
1 changed files with 4 additions and 1 deletions
|
@ -66,7 +66,7 @@ Nomad Network is automatically published as a docker image on Github Packages. I
|
|||
```sh
|
||||
$ 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
|
||||
|
||||
# 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/reticulumconfigdir/:/root/.reticulum/ \
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue