Difference between revisions of "Docker-compose down"

From wikieduonline
Jump to navigation Jump to search
Line 7: Line 7:
 
:: <code>-v, --volumes remove named volumes declared in the `volumes` section of the Compose file and anonymous volumes attached to containers.</code>  
 
:: <code>-v, --volumes remove named volumes declared in the `volumes` section of the Compose file and anonymous volumes attached to containers.</code>  
  
* <code>docker-compose down --remove-orphans</code>
+
* <code>docker-compose down [[--remove-orphans]]</code>
  
  

Revision as of 04:30, 24 September 2020

docker-compose down stops containers and removes containers, networks, volumes, and images created by up

https://docs.docker.com/compose/reference/down/

  • docker-compose down
  • docker-compose down --volumes
-v, --volumes remove named volumes declared in the `volumes` section of the Compose file and anonymous volumes attached to containers.


Examples

docker-compose -volumes  down SERVICE_NAME
docker-compose version 1.23.2, build 1110ad01

Related commands

See also

Advertising: