Difference between revisions of "Docker-compose down"

From wikieduonline
Jump to navigation Jump to search
Line 31: Line 31:
 
         parent. Are you in the right directory?
 
         parent. Are you in the right directory?
 
   
 
   
         Supported filenames: docker-compose.yml, docker-compose.yaml
+
         Supported filenames: [[docker-compose.yml]], docker-compose.yaml
  
 
== Related commands ==
 
== Related commands ==

Revision as of 11:31, 10 April 2021

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
(no output)
  • 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
docker-compose down
Stopping service1   ... done
Stopping service2 ... done
Removing service1   ... done
Removing service2 ... done
Removing network your_network


docker-compose down
ERROR:
       Can't find a suitable configuration file in this directory or any
       parent. Are you in the right directory?

       Supported filenames: docker-compose.yml, docker-compose.yaml

Related commands

See also

Advertising: