Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mokolea authored Apr 12, 2019
1 parent cb5770c commit 1553eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Test AsciiDoc (includes [pandoc](https://hub.docker.com/r/mokolea/pandoc))
- http://asciidoc.org/userguide.html

## Usage
- Start container from markdown directory: `$ docker run -it -v $(pwd):/data --name asciidoc -h asciidoc mokolea/asciidoc:latest`
- Start container from current asciidoc-project directory: `$ docker run -it -v $(pwd):/data --name asciidoc -h asciidoc mokolea/asciidoc:latest`
- Subsequent use of the same container: `$ docker start -ai asciidoc`
- Start bash shell in the already running container: `$ docker exec -it asciidoc bash`

Expand Down

0 comments on commit 1553eb5

Please sign in to comment.