| title | container-compose create |
|---|---|
| description | Create containers without starting them. |
Create containers without starting them.
container-compose create [global-options] [options] [services...]| Flag | Shorthand | Type | Default | Description |
|---|---|---|---|---|
--file |
-f |
path | The path to your Docker Compose file | |
--profile |
string | Specify a profile to enable. Can be specified multiple times. | ||
--build |
-b |
flag | Build images before creating containers | |
--no-cache |
flag | Do not use cache when building | ||
--pull |
flag | Always pull the image before creating the container |
| Argument | Description |
|---|---|
services |
Specify the services to create |
Provision all containers defined in the compose file without starting them.
container-compose createOnly create the db container.
container-compose create db