From 5b266a1ae539e52b15020ed4a35ddf331e7e4548 Mon Sep 17 00:00:00 2001 From: Stefan Verhoeven Date: Wed, 22 Aug 2018 13:15:23 +0200 Subject: [PATCH] More complete docker commands --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 1d92515..dd6ee6d 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,17 @@ ENV BMI_MODULE=/opt/walrus-bmi/walrus-bmi.r ENV BMI_CLASS=WalrusBmi ``` +To run server use +```bash +docker run -d -v $PWD:/data -p 55555:55555 +``` +The config file for the bmi initialize function should be put in current working directory and the initialize function should be called with `/data/ +``` + # Release ## Generate man pages