Replacing emdash in sample code with dash (#5782)

(╯°□°)╯︵ ┻━┻
This commit is contained in:
Charles Bushong 2018-01-19 14:38:46 -05:00 committed by Misty Stanley-Jones
parent 2b1ab09694
commit 4d960712b8
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ You can set the logging driver for a specific container by using the
```bash
$ docker run \
-log-driver json-file --log-opt max-size=10m \
--log-driver json-file --log-opt max-size=10m \
alpine echo hello world
```