Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
Merge pull request #97 from jboss-dockerfiles/jmtd-patch-1
Browse files Browse the repository at this point in the history
fix syntax issues
  • Loading branch information
goldmann authored Mar 17, 2017
2 parents d83db14 + 5876320 commit 472aa64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ as part of the container's :code:`run` command instruction.
Examples
~~~~~~~~

Assuming your current working directory contains your `image.yaml` file, any scripts
your `image.yaml` references are in an adjacent subdirectory called `scripts` and you
want the output written to an adjacent sub-directory named `out`:
Assuming your current working directory contains your :code:`image.yaml` file, any scripts
your :code:`image.yaml` references are in an adjacent subdirectory called :code:`scripts` and you
want the output written to an adjacent sub-directory named :code:`out`:

docker run -it --rm -v $(pwd):/tmp:z dogen:latest --verbose /tmp/image.yaml /tmp/out

0 comments on commit 472aa64

Please sign in to comment.