docker-compose create [service...]
Creates containers for a service
Arguments
Name | Description |
---|---|
service |
Options
Name | Description |
---|---|
--build | Build images before starting containers |
--force-recreate | Recreate containers even if their configuration and image haven't changed |
--no-build | Don't build an image, even if it's missing |
--no-recreate | If containers already exist, don't recreate them. Incompatible with --force-recreate |