Guillaume Tardif
|
37d15d7e6b
Ignore not only auto-removed containers but also "removal in progress" for orphan containers
|
2 years ago |
Guillaume Lours
|
18ce1f41b7
replace deprecated functions
|
3 years ago |
Guillaume Lours
|
3bf29d401c
bump docker dependencies version
|
3 years ago |
Guillaume Lours
|
b6b58d26c1
don't fail when trying to remove an orphan container during down command
|
3 years ago |
Milas Bowman
|
680763f8b7
down: refactor image pruning
|
3 years ago |
Milas Bowman
|
bc806da712
build: label built images for reliable cleanup on `down`
|
3 years ago |
Ulysses Souza
|
55cf579e02
Fix `down` with `--rmi`
|
3 years ago |
Nicolas De Loof
|
f6e96dd783
if command is ran with a compose file, apply the compose model, not just project name
|
3 years ago |
Nicolas De Loof
|
abf5f736c7
as --no-build is set, set service image to default image name
|
3 years ago |
Guillaume Lours
|
50aa9750ee
check the exact network's name before creating or stopping it
|
3 years ago |
Milas Bowman
|
0f747419b6
networks: prevent issues due to duplicate names
|
3 years ago |
Nicolas De Loof
|
78b06764a1
compose down exit=0 if nothing to remove
|
3 years ago |
Nicolas De Loof
|
672e2367fb
don't ignore error
|
3 years ago |
Guillaume Lours
|
7fea9f7e8b
use project instead of DownOptions.project to list service images in pkg.compose.down
|
3 years ago |
Ulysses Souza
|
56e48f8360
Fix down command without any resource to delete
|
3 years ago |
Nicolas De Loof
|
e7f545907b
don't remove external volumes/networks
|
3 years ago |
Nicolas De Loof
|
f86f252a66
composeService to use dockerCli's In/Out/Err streams
|
3 years ago |
Mehrad Dadar
|
c0465616bb
check service existence in project
|
3 years ago |
Mehrad Dadar
|
ced9eba940
refactor: removed redundant code
|
3 years ago |
Nicolas De Loof
|
feba34e406
only remove volumes set by compose file
|
3 years ago |
Kyungsik Park
|
3260dcb121
Fix typo: netwok -> network
|
4 years ago |
Nicolas De Loof
|
48a6dc088b
rebuild compose project from labels
|
4 years ago |
Nicolas De Loof
|
1ae9b3cb5d
move compose-cli code into docker/compose/v2
|
4 years ago |
Ulysses Souza
|
682c7d74b9
Lower project name for "compose down"
|
4 years ago |
Mathieu Champlon
|
918fe00f3e
Fix loop variable captures in goroutines
|
4 years ago |
Nicolas De Loof
|
c901edd65d
introduce `convergence` to hold per-service Containers and prevent race conditions
|
4 years ago |
Nicolas De Loof
|
49e7f2d45d
Move compose v2 implementation under pkg/compose with dependencies
|
4 years ago |