add spacing before grep command (#5780)

This commit is contained in:
idi-ot 2018-01-19 22:39:11 +03:00 committed by Misty Stanley-Jones
parent 4d960712b8
commit db747309d0
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ To find the current default logging driver for the Docker daemon, run
command on Linux, macOS, or PowerShell on Windows: command on Linux, macOS, or PowerShell on Windows:
```bash ```bash
$ docker info |grep 'Logging Driver' $ docker info | grep 'Logging Driver'
Logging Driver: json-file Logging Driver: json-file
``` ```