Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
synergy
o3skim
Commits
021c713f
Commit
021c713f
authored
Aug 25, 2020
by
BorjaEst
Browse files
Bugfix README deploy command
parent
a637dc18
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
021c713f
...
...
@@ -96,10 +96,17 @@ py38: commands succeeded
If an image was build using docker, then just deploy the container passing the desired arguments.
For example:
```
sh
$
docker run o3skim
--verbosity
INFO
...TBD
$
docker run
\
-v
${
PWD
}
/sources.yaml:/app/sources.yaml
\
-v
${
PWD
}
/data:/app/data
\
-v
${
PWD
}
/output:/app/output
\
o3skim
--verbosity
INFO
...
INFO:root:Configuration found at:
'./sources.yaml'
INFO:root:Loading data from
'./data'
INFO:root:Skimming data to
'./output'
```
>
For arguments description you can run `docker run o3skim --help
For arguments description you can run
`docker run o3skim --help
`
# ✍️ Authors <a name = "authors"></a>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment