mirror of https://github.com/docker/docs.git
Incorrect key-value set (#9430)
--include-logs switch requires the keyvalue to be set with "=" e.g. --include-logs=false
This commit is contained in:
parent
105a8e734a
commit
3302d5283e
|
|
@ -92,7 +92,7 @@ $ docker container run \
|
|||
{{ page.ucp_org }}/{{ page.ucp_repo }}:{{ page.ucp_version }} backup \
|
||||
--file mybackup.tar \
|
||||
--passphrase "secret12chars" \
|
||||
--include-logs false
|
||||
--include-logs=false
|
||||
```
|
||||
|
||||
> **Note**: If you are running with Security-Enhanced Linux (SELinux) enabled,
|
||||
|
|
|
|||
Loading…
Reference in New Issue