deprecated docker (#3710)

* deprecated docker

* updated formatting
This commit is contained in:
Brian Coca 2016-05-25 15:08:45 -04:00 committed by Matt Clay
parent 2f2f80ad4c
commit f6690828af

View file

@ -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