labels is actually not aded in 1.9.4 but in 2.1
This commit is contained in:
parent
19ebc45364
commit
ba3ee25172
1 changed files with 1 additions and 1 deletions
|
@ -340,7 +340,7 @@ options:
|
||||||
- Set container labels. Requires docker >= 1.6 and docker-py >= 1.2.0.
|
- Set container labels. Requires docker >= 1.6 and docker-py >= 1.2.0.
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
version_added: "1.9.4"
|
version_added: "2.1"
|
||||||
stop_timeout:
|
stop_timeout:
|
||||||
description:
|
description:
|
||||||
- How many seconds to wait for the container to stop before killing it.
|
- How many seconds to wait for the container to stop before killing it.
|
||||||
|
|
Loading…
Reference in a new issue