Skip to content
Snippets Groups Projects
Commit ce76d08a authored by Santiago Ospina De Los Ríos's avatar Santiago Ospina De Los Ríos
Browse files

Make docker command more readable

parent 937bc3b1
No related branches found
No related tags found
1 merge request!49Resolve "Finish installation and usage instruction on the documentation"
Pipeline #32822 passed
......@@ -47,7 +47,9 @@ To run the `dune_copasi_md` executable from the container with a configuration
file `config.ini`, execute the following command on the terminal:
```bash
docker run -v $PWD:/dunecopasi registry.dune-project.org/copasi/dune-copasi/dune-copasi:latest dune_copasi_md config.ini
docker run -v $PWD:/dunecopasi \
registry.dune-project.org/copasi/dune-copasi/dune-copasi:latest \
dune_copasi_md config.ini
```
The results of those computations will be written on current
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment