From c38e86dccbebae1af42afef8ecca601a25cef3bc Mon Sep 17 00:00:00 2001 From: afust Date: Wed, 13 Sep 2017 15:58:26 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 48a0bca..4520147 100644 --- a/README.md +++ b/README.md @@ -106,12 +106,12 @@ Available options: Running UROPA from a docker container can be done using the following command: ```bash - sudo docker run --rm -v : UROPA:LATEST uropa -p /'your-file-prefix' +sudo docker run --rm -v : UROPA:LATEST uropa -p /'your-file-prefix' ``` -*-v parameter mounts a HOST folder into your docker CONTAINER. This folder should contain the input files for UROPA and also the result files will be stored here. No files will be stored in the container!!* +*-v parameter mounts a HOST folder into your docker CONTAINER. This folder should contain the input files for UROPA and also the result files will be stored here. No files will be stored in the container!* -* --rm removes/closes the container after the run* +*--rm removes/closes the container after the run* Make sure to use the uropa -p option specifying the output directory and prefix, otherwise results are lost in the container environment.