mirror of https://github.com/docker/docs.git
add spacing before grep command (#5780)
This commit is contained in:
parent
4d960712b8
commit
db747309d0
|
@ -58,7 +58,7 @@ To find the current default logging driver for the Docker daemon, run
|
|||
command on Linux, macOS, or PowerShell on Windows:
|
||||
|
||||
```bash
|
||||
$ docker info |grep 'Logging Driver'
|
||||
$ docker info | grep 'Logging Driver'
|
||||
|
||||
Logging Driver: json-file
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue