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

Commit

Permalink
fix syntax issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Dowland authored Mar 17, 2017
1 parent d83db14 commit 5876320
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 5876320

Please sign in to comment.