Joffrey F
|
eabccda9d1
Merge pull request #5393 from summergirl21/3370-down-timeout
|
7 年之前 |
Joffrey F
|
91bb682bdf
Merge pull request #5435 from summergirl21/5434-up-d-timeout-not-allowed
|
7 年之前 |
Madeline Stager
|
16cc8437de
Raise error if up used with both -d and --timeout
|
7 年之前 |
Joffrey F
|
9098a67394
Merge pull request #5410 from sethktaylor11/5374-build-memory
|
7 年之前 |
Samantha Miller
|
a6cdd62726
Adds support for a memory flag to docker-compose build.
|
8 年之前 |
Samantha Miller
|
c36a2fb1ad
Added a label option to 'docker-compose run' and test.
|
8 年之前 |
Madeline Stager
|
3b81e49c66
implement --timeout flag for docker-compose down
|
8 年之前 |
Guillermo Arribas
|
b30cb77a7b
docker-compose exec doesn't have -e option (fixes #4551)
|
8 年之前 |
Joffrey F
|
3e725162ec
Reduce up() cyclomatic complexity
|
8 年之前 |
Joffrey F
|
40c05cfc1e
Add --no-start flag to up command. Deprecate create command.
|
8 年之前 |
Joffrey F
|
60eed707d1
Remove all colors in output when --no-ansi is set
|
8 年之前 |
Joffrey F
|
7813d0a8fa
Account for repo tag values that may contain a port
|
8 年之前 |
Joffrey F
|
454b063fed
Keep no-ansi parameter in the CLI scope
|
8 年之前 |
Cecile Tonglet
|
b0b671dbf2
Add a flag --no-ansi to remove control characters on parallel executions
|
8 年之前 |
Joel Barciauskas
|
e9b6cc23fc
Add --quiet parameter to docker-compose pull, using existing silent flag
|
8 年之前 |
Joffrey F
|
244209814b
Fix improper use of project.stop
|
8 年之前 |
Joffrey F
|
5b6637d7f8
Merge pull request #4817 from albers/3205-exec-u
|
8 年之前 |
Joffrey F
|
59a4f554b9
Prevent dependencies rescaling when executing `docker-compose run`
|
8 年之前 |
Harald Albers
|
16bbe5d99c
Add docker-compose exec -u to docs and completion
|
8 年之前 |
Victoria Bialas
|
e74a5e449c
Updated CLI help for docker-compose pull command
|
8 年之前 |
Joffrey F
|
fd699c5923
Merge pull request #4742 from shin-/2496-new_scale
|
8 年之前 |
Joffrey F
|
28b868848d
Add deprecation warning to scale command
|
8 年之前 |
Duncan Paterson
|
397faf6172
Fixes --exit-code-from
|
8 年之前 |
Joffrey F
|
2ba4e5e8ec
Prevent `docker-compose scale` to be used with a v2.2 config file
|
8 年之前 |
Joffrey F
|
78ee612333
Implement --scale option on up command, allow scale config in v2.2 format
|
8 年之前 |
Joffrey F
|
1bd9083de6
Do not wait for exec output when using detached mode
|
8 年之前 |
King Chung Huang
|
962ba5b937
Extract image tag to digest code into a function
|
8 年之前 |
King Chung Huang
|
1da3ac4715
Add --resolve-image-digests argument to config command
|
8 年之前 |
Joffrey F
|
56357d6117
Do not raise a broken pipe error when receiving SIGPIPE from grep or head
|
8 年之前 |
Dimitar Bonev
|
707210ae95
Ability to change working directory via a CLI flag
|
9 年之前 |