From a181449d1bd71145376369a9f1f1d479a713786e Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 23 Jan 2021 15:12:44 +0000 Subject: [PATCH] More docker tidying --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index d696755..6ed6f60 100755 --- a/README.md +++ b/README.md @@ -48,8 +48,7 @@ docker build --tag freedmr . Start your container, passing your configuration file. ```bash -cfg_file="/absolute/path/to/cfg/file" -docker run -v $cfg_file:/opt/freedmr/hblink.cfg -p 54000-54020:54000-54020/udp freedmr +./run_in_docker.sh ``` Note that `$cfg_file` is used by the container's 'radio' user internally, so you may need to modify file permissions.