Difference between revisions of "Docker-compose up"

From wikieduonline
Jump to navigation Jump to search
(Created page with "* <code>docker-compose up</code><ref>https://docs.docker.com/compose/reference/up/</ref> Builds, (re)creates, starts, and attaches to containers for a service. :: <code>...")
 
Line 3: Line 3:
 
:::<code>-d daemon</code>
 
:::<code>-d daemon</code>
  
 +
 +
https://docs.docker.com/compose/reference/up/
 +
If there are existing containers for a service, and the service’s configuration or image was changed after the container’s creation, docker-compose up picks up the changes by stopping and recreating the containers (preserving mounted volumes). To prevent Compose from picking up changes, use the --no-recreate flag.
  
  

Revision as of 18:15, 12 January 2020

docker-compose up -d
-d daemon


https://docs.docker.com/compose/reference/up/ If there are existing containers for a service, and the service’s configuration or image was changed after the container’s creation, docker-compose up picks up the changes by stopping and recreating the containers (preserving mounted volumes). To prevent Compose from picking up changes, use the --no-recreate flag.


See also

  • https://docs.docker.com/compose/reference/up/
  • Advertising: