Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanieherman committed Feb 26, 2016
1 parent 70f7f5d commit 39bc34e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions log2transformation/README.md
Expand Up @@ -14,8 +14,8 @@ Build your image, using the following command. Use the -t flag to tag it with an
$ docker build -t log2transformation .
```

To run the service you need to provide it with the name of your input and output files and you need to add a data volume to your image containging your input file. To add/create a volume you use the -v flag followed by the path/to/your/file:path/in/image
To run the service you need to provide it with the name of your input and output files and you need to add a data volume to your image containging your input file. In the example below the input data is located in the local folder *data* and a destination folder is created with the same name.

```
$ docker run -v /home/workflow-demo/data:/data log2transformation /data/output_batchfeatureremoval.xls /data/output_log2transformation.xls
$ docker run -v /home/workflow-demo/data:/data log2transformation /data/input.xls /data/output.xls
```

0 comments on commit 39bc34e

Please sign in to comment.