mirror of https://github.com/docker/docs.git
Merge pull request #14242 from slhck/patch-1
fix missing backslash in gcplogs documentation
This commit is contained in:
commit
00c4712a3b
|
|
@ -101,7 +101,7 @@ configured with GOOGLE_APPLICATION_CREDENTIALS):
|
|||
```console
|
||||
$ docker run \
|
||||
--log-driver=gcplogs \
|
||||
--log-opt gcp-project=test-project
|
||||
--log-opt gcp-project=test-project \
|
||||
--log-opt gcp-meta-zone=west1 \
|
||||
--log-opt gcp-meta-name=`hostname` \
|
||||
your/application
|
||||
|
|
|
|||
Loading…
Reference in New Issue