Joffrey F
|
cc595a65f0
Don't attempt iterating on None during parallel pull
|
7 years ago |
Joffrey F
|
5916639383
Preserve container numbers, add slug to prevent name collisions
|
7 years ago |
Joffrey F
|
db391c03ad
Merge pull request #6100 from docker/5960-parallel-pull-progress
|
7 years ago |
Gil Raphaelli
|
89f2bfe4f3
add --parallel option to build
|
7 years ago |
Joffrey F
|
c956785cdc
Add progress messages to parallel pull
|
7 years ago |
Joffrey F
|
e245fb04cf
Allow all Compose commands to retrieve and handle legacy-name containers
|
7 years ago |
Joffrey F
|
c3bb958865
Ignore default platform if API version doesn't support platform param
|
7 years ago |
Joffrey F
|
8356576a9a
Make sure error messages are unicode strings before combining
|
7 years ago |
Joffrey F
|
520f5d0fde
Add 2.4 file format with platform support. Also reads DOCKER_DEFAULT_PLATFORM env
|
7 years ago |
Joffrey F
|
255d16d7fa
Add --compress option to build command
|
7 years ago |
Matthieu Nottale
|
c7b76b1d12
pull: Honor --quiet in parallel mode.
|
7 years ago |
Matthieu Nottale
|
5eefa81f9e
Add '--quiet' option to 'up' to pull silently.
|
7 years ago |
kcboschert
|
64b466c0bc
Add optional argument to pull dependencies on docker-compose pull.
|
9 years ago |
Joffrey F
|
b07091ac5f
Add up flag `--renew-anon-volumes` (shorthand -V)
|
7 years ago |
Joffrey F
|
9ba9016cbc
Improve ImageNotFound handling in convergence
|
7 years ago |
Joffrey F
|
2d986dff79
Remove rebuild parameter ; set do_build instead
|
7 years ago |
Ian Glen Neal
|
7591639c72
Fix #5465 by catching a no-image exception in
|
7 years ago |
Joffrey F
|
97da2cc6bb
Add test for NoSuchService with unicode characters
|
7 years ago |
Thomas
|
a7ed1dcbf6
Fix unicode error - python2
|
7 years ago |
Drew Romanyk
|
c63ad67e9c
Convert to use any for finding stopped containers
|
8 years ago |
Drew Romanyk
|
5db3cd60d4
Reword & Optimize getting stopped containers & update tests
|
8 years ago |
Drew Romanyk
|
ba0b3d421c
Fix depends on restart behavior, fixes #3397
|
8 years ago |
John Harris
|
963b004749
Add COMPOSE_IGNORE_ORPHANS
|
7 years ago |
Joffrey F
|
8155ddc7ad
Add support for custom names for networks, secrets, configs
|
7 years ago |
Joffrey F
|
eabccda9d1
Merge pull request #5393 from summergirl21/3370-down-timeout
|
7 years ago |
Samantha Miller
|
a6cdd62726
Adds support for a memory flag to docker-compose build.
|
8 years ago |
Madeline Stager
|
3b81e49c66
implement --timeout flag for docker-compose down
|
8 years ago |
Guillermo Arribas
|
57eb1c463f
Progress markers are not shown correctly for docker-compose up (fixes #4801)
|
8 years ago |
Joffrey F
|
40c05cfc1e
Add --no-start flag to up command. Deprecate create command.
|
8 years ago |
aronahl
|
390ba801a3
Fix exit code 0 upon parallel pull failure.
|
8 years ago |