deprecated docker (#3710)

* deprecated docker

* updated formatting
pull/18777/head
Brian Coca 8 years ago committed by Matt Clay
parent 2f2f80ad4c
commit f6690828af

@ -26,6 +26,7 @@ DOCUMENTATION = '''
module: docker
version_added: "1.4"
short_description: manage docker containers
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
Loading…
Cancel
Save