make a text link into a actual hyperlink
the text link doesn't fit on some screen resolutions. Making it into sphinx hyperlink will solve that
This commit is contained in:
parent
f2bc0a6d85
commit
d70c33f932
1 changed files with 2 additions and 2 deletions
|
@ -119,8 +119,8 @@ options:
|
||||||
version_added: "2.0"
|
version_added: "2.0"
|
||||||
log_opt:
|
log_opt:
|
||||||
description:
|
description:
|
||||||
- Additional options to pass to the logging driver selected above. See Docker log-driver
|
- Additional options to pass to the logging driver selected above. See Docker `log-driver
|
||||||
documentation for more information (https://docs.docker.com/reference/logging/overview/).
|
<https://docs.docker.com/reference/logging/overview/>` documentation for more information.
|
||||||
Requires docker >=1.7.0.
|
Requires docker >=1.7.0.
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
|
|
Loading…
Reference in a new issue