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
Last active
December 6, 2016 16:51
-
-
Save matteocrippa/6f73f3be4f70b4166e23381facd1a28f to your computer and use it in GitHub Desktop.
docker compose faq
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment