Add an acceptance test and docs for the down subcommand

Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
Daniel Nephin 2016-01-12 17:33:17 -05:00
commit c64af0a459
13 changed files with 102 additions and 13 deletions

View file

@ -247,7 +247,7 @@ class TopLevelCommand(DocoptCommand):
def down(self, project, options):
"""
Stop containers and remove containers, networks, volumes, and images
created by `up`.
created by `up`. Only containers and networks are removed by default.
Usage: down [options]