Skip to content

Commit

Permalink
More complete docker commands
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Aug 22, 2018
1 parent 46a37f9 commit 5b266a1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <docker image from ewatercycle/grpc4bmi-r>
```
The config file for the bmi initialize function should be put in current working directory and the initialize function should be called with `/data/<config filename`.

To run server in debug mode use
```bash
docker run -d -v $PWD:/data -p 55555:55555 -e GRPC_TRACE=api -e GRPC_VERBOSITY=DEBUG <docker image from ewatercycle/grpc4bmi-r>
```

# Release

## Generate man pages
Expand Down

0 comments on commit 5b266a1

Please sign in to comment.