Add correct URL for docker guide (#27465)
Fixes : #27463 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
4109a82d0a
commit
e419a55c71
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ deprecated: In 2.2 use M(docker_container) and M(docker_image) instead.
|
|||
description:
|
||||
- This is the original Ansible module for managing the Docker container life cycle.
|
||||
- "NOTE: Additional and newer modules are available. For the latest on orchestrating containers with Ansible
|
||||
visit our Getting Started with Docker Guide at https://github.com/ansible/ansible/blob/devel/docsite/rst/guide_docker.rst."
|
||||
visit our Getting Started with Docker Guide at U(https://github.com/ansible/ansible/blob/devel/docs/docsite/rst/guide_docker.rst)."
|
||||
options:
|
||||
count:
|
||||
description:
|
||||
|
|
Loading…
Reference in a new issue