Docker Compose

Also See

Basic Commands

Get Help:

docker-compose up --help

Start A Compose Script:

-d runs it in the background

docker-compose up -d

Get a list of all of the processes running:

docker-compose ps

Shutdown A Compose Script:

docker-compose down