Skip to content

Instantly share code, notes, and snippets.

@matteocrippa
Last active December 6, 2016 16:51
Show Gist options
  • Select an option

  • Save matteocrippa/6f73f3be4f70b4166e23381facd1a28f to your computer and use it in GitHub Desktop.

Select an option

Save matteocrippa/6f73f3be4f70b4166e23381facd1a28f to your computer and use it in GitHub Desktop.
docker compose faq
docker-compose up # start with cli support
docker-compose up -d # start as daemon, if reboot it will stay up
docker-compose start # start 
docker-compose build # rebuild dockers
docker-compose pull # pull new images
docker-compose stop # stop dockers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment