Skip to content

Instantly share code, notes, and snippets.

@arttuladhar
Last active July 8, 2020 23:36
Show Gist options
  • Save arttuladhar/7d6f3ad0906ba209d2d01c0fe5bdddd0 to your computer and use it in GitHub Desktop.
Save arttuladhar/7d6f3ad0906ba209d2d01c0fe5bdddd0 to your computer and use it in GitHub Desktop.

Docker Pull with Compose File

docker-compose --file file.yml pull

Docker Up with Compose File

docker-compose --file file.yml up

Create & Start Container in Daemon Mode

docker-compose --file file.yml up -d --build --force-recreate
docker-compose up --force-recreate --build foo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment