More docker tidying
This commit is contained in:
parent
759f0116cf
commit
a181449d1b
@ -48,8 +48,7 @@ docker build --tag freedmr .
|
|||||||
Start your container, passing your configuration file.
|
Start your container, passing your configuration file.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cfg_file="/absolute/path/to/cfg/file"
|
./run_in_docker.sh
|
||||||
docker run -v $cfg_file:/opt/freedmr/hblink.cfg -p 54000-54020:54000-54020/udp freedmr
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Note that `$cfg_file` is used by the container's 'radio' user internally, so you may need to modify file permissions.
|
Note that `$cfg_file` is used by the container's 'radio' user internally, so you may need to modify file permissions.
|
||||||
|
Loading…
Reference in New Issue
Block a user