Guillaume Lours 18ce1f41b7 replace deprecated functions 3 years ago
..
testdata 7f18b47a9a prefer canonical `compose.yaml` file name 4 years ago
attach.go fc723acb3b Fix nolint issues 3 years ago
build.go 18ce1f41b7 replace deprecated functions 3 years ago
build_buildkit.go 3bf29d401c bump docker dependencies version 3 years ago
build_classic.go 18ce1f41b7 replace deprecated functions 3 years ago
compose.go b49b9ffe7e Merge remote-tracking branch 'upstream/v2' into down-image-rm 3 years ago
container.go 27227a8824 lint: add `nolintlint` and clean up `nolint` directives (#9738) 3 years ago
containers.go a964d5587b align cp command index management with exec command 3 years ago
convergence.go 3bf29d401c bump docker dependencies version 3 years ago
convergence_test.go 61845dd781 logs: filter to services from current Compose file (#9811) 3 years ago
convert.go 49e7f2d45d Move compose v2 implementation under pkg/compose with dependencies 4 years ago
cp.go 96cbb1cbcf Add "style" tag to gocritic 3 years ago
create.go 18ce1f41b7 replace deprecated functions 3 years ago
create_test.go cfdec21a7f Fix linting issues 3 years ago
dependencies.go 616777eb4a deps: fix race condition during graph traversal (#9878) 3 years ago
dependencies_test.go 616777eb4a deps: fix race condition during graph traversal (#9878) 3 years ago
down.go 18ce1f41b7 replace deprecated functions 3 years ago
down_test.go 18ce1f41b7 replace deprecated functions 3 years ago
envresolver.go bbaaa6a9de config: case-insensitive env vars on Windows (#9438) 3 years ago
envresolver_test.go bbaaa6a9de config: case-insensitive env vars on Windows (#9438) 3 years ago
errors.go 49e7f2d45d Move compose v2 implementation under pkg/compose with dependencies 4 years ago
events.go 9668f600d1 project name MUST be lowercase 3 years ago
exec.go a964d5587b align cp command index management with exec command 3 years ago
filters.go 1ae9b3cb5d move compose-cli code into docker/compose/v2 4 years ago
hash.go 9db79856be update usage strings for consistency 3 years ago
image_pruner.go 801678686c add license to file 3 years ago
images.go 9668f600d1 project name MUST be lowercase 3 years ago
kill.go fcfcc1524e Apply compose model on `compose kill`, add `--remove-orphans` 3 years ago
kill_test.go 18ce1f41b7 replace deprecated functions 3 years ago
logs.go 61845dd781 logs: filter to services from current Compose file (#9811) 3 years ago
logs_test.go 61845dd781 logs: filter to services from current Compose file (#9811) 3 years ago
ls.go 2e96829607 Add gocritic to linters 3 years ago
ls_test.go cb45c6f2df Add unit tests for combinedConfigFiles logic ✅ 3 years ago
metrics.go 2e96829607 Add gocritic to linters 3 years ago
pause.go f6e96dd783 if command is ran with a compose file, apply the compose model, not just project name 3 years ago
port.go 8b89721476 port: fix container name in error message (#9909) 3 years ago
printer.go 8301dc8314 Only capture exit codes from `exit` events 3 years ago
ps.go be495ab8e6 Filter `compose ps` output by provided compose model 3 years ago
ps_test.go 18ce1f41b7 replace deprecated functions 3 years ago
pull.go d05f5f5fa7 pull: improve output for services with both image+build (#9829) 3 years ago
push.go 1d4cb32001 Add support to push images quietly via compose cli 3 years ago
remove.go f6e96dd783 if command is ran with a compose file, apply the compose model, not just project name 3 years ago
restart.go 3bf29d401c bump docker dependencies version 3 years ago
run.go 279225896a run: clean service command if entrypoint is overridden (#9836) 3 years ago
secrets.go d42adf6efb Add "opinionated" tag to gocritic 3 years ago
start.go 209293e449 Restrict compose project to selected services and dependencies on `compose start` 3 years ago
stop.go f6e96dd783 if command is ran with a compose file, apply the compose model, not just project name 3 years ago
stop_test.go 18ce1f41b7 replace deprecated functions 3 years ago
top.go 9668f600d1 project name MUST be lowercase 3 years ago
up.go 765c071c89 up: do not stop dependency containers (#9701) 3 years ago