Vedant Koditkar e623b5ca1e Merge branch 'v2' into 8768-avoid-pulling-same-image-multiple-times 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 bbaaa6a9de config: case-insensitive env vars on Windows (#9438) 3 years ago
build_buildkit.go 283f7a1ec5 Bump buildx to v0.8.0 3 years ago
build_classic.go abf5f736c7 as --no-build is set, set service image to default image name 3 years ago
compose.go 1ee44a0acb config: use correct YAML marshal func (#9712) 3 years ago
container.go 49e7f2d45d Move compose v2 implementation under pkg/compose with dependencies 4 years ago
containers.go a964d5587b align cp command index management with exec command 3 years ago
convergence.go 8d84a12333 Fix LinkLocalIPs in V2 3 years ago
convergence_test.go 22b8c731c7 prevent getCanonicalContainerName to crash 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 8d84a12333 Fix LinkLocalIPs in V2 3 years ago
create_test.go 150fd4b8cf use '-' as separator by default for image name 3 years ago
dependencies.go 8a5d555de7 fixed some spelling mistakes 3 years ago
dependencies_test.go c901edd65d introduce `convergence` to hold per-service Containers and prevent race conditions 4 years ago
down.go f6e96dd783 if command is ran with a compose file, apply the compose model, not just project name 3 years ago
down_test.go f6e96dd783 if command is ran with a compose file, apply the compose model, not just project name 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
images.go 9668f600d1 project name MUST be lowercase 3 years ago
kill.go 9668f600d1 project name MUST be lowercase 3 years ago
kill_test.go f6e96dd783 if command is ran with a compose file, apply the compose model, not just project name 3 years ago
logs.go fc723acb3b Fix nolint issues 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 9668f600d1 project name MUST be lowercase 3 years ago
printer.go 96cbb1cbcf Add "style" tag to gocritic 3 years ago
ps.go be495ab8e6 Filter `compose ps` output by provided compose model 3 years ago
ps_test.go be495ab8e6 Filter `compose ps` output by provided compose model 3 years ago
pull.go 960453fa22 Merge branch 'v2' into 8768-avoid-pulling-same-image-multiple-times 3 years ago
push.go f86f252a66 composeService to use dockerCli's In/Out/Err streams 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 f6e96dd783 if command is ran with a compose file, apply the compose model, not just project name 3 years ago
run.go bbaaa6a9de config: case-insensitive env vars on Windows (#9438) 3 years ago
secrets.go d42adf6efb Add "opinionated" tag to gocritic 3 years ago
start.go fd8538f780 Use appropriate dependency condition for one-shot containers when running `compose up --wait` 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 f6e96dd783 if command is ran with a compose file, apply the compose model, not just project name 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