Guillaume Lours eb59b0e265 add alpha command to test dry-run 2 anos atrás
..
testdata 7f18b47a9a prefer canonical `compose.yaml` file name 4 anos atrás
attach.go 5a2b7b83cd use compose service methods when exist instead of directly service.dockerCli 2 anos atrás
build.go 3e12a7cb23 pass proxy config as build args - same as docker/buildx#959 2 anos atrás
build_buildkit.go 3f0550f884 log the error object instead of the string message only 3 anos atrás
build_classic.go fd353ffa94 add support of privileged attribut in service.build section 2 anos atrás
compose.go eb59b0e265 add alpha command to test dry-run 2 anos atrás
container.go 27227a8824 lint: add `nolintlint` and clean up `nolint` directives (#9738) 3 anos atrás
containers.go 804d7163a7 detect required service are gone to stop watching 2 anos atrás
convergence.go f2088bb917 fix typo 2 anos atrás
convergence_test.go 34e945a598 ci: remove uses of deprecated gotest.tools v2 (#9935) 3 anos atrás
convert.go 49e7f2d45d Move compose v2 implementation under pkg/compose with dependencies 4 anos atrás
cp.go 96cbb1cbcf Add "style" tag to gocritic 3 anos atrás
create.go 96bbda98f8 add support for uts namespace 2 anos atrás
create_test.go cfdec21a7f Fix linting issues 3 anos atrás
dependencies.go b96e27e0e7 limit build concurrency according to --parallel 2 anos atrás
dependencies_test.go 34e945a598 ci: remove uses of deprecated gotest.tools v2 (#9935) 3 anos atrás
down.go 37d15d7e6b Ignore not only auto-removed containers but also "removal in progress" for orphan containers 2 anos atrás
down_test.go 18ce1f41b7 replace deprecated functions 3 anos atrás
envresolver.go bbaaa6a9de config: case-insensitive env vars on Windows (#9438) 3 anos atrás
envresolver_test.go 34e945a598 ci: remove uses of deprecated gotest.tools v2 (#9935) 3 anos atrás
errors.go 49e7f2d45d Move compose v2 implementation under pkg/compose with dependencies 4 anos atrás
events.go 9668f600d1 project name MUST be lowercase 3 anos atrás
exec.go a964d5587b align cp command index management with exec command 3 anos atrás
filters.go 1ae9b3cb5d move compose-cli code into docker/compose/v2 4 anos atrás
hash.go 986bc44549 service hash MUST exclude replicas 2 anos atrás
hash_test.go 986bc44549 service hash MUST exclude replicas 2 anos atrás
image_pruner.go 801678686c add license to file 3 anos atrás
images.go 05e987dd0a fix parsing of repository:tag 2 anos atrás
kill.go fcfcc1524e Apply compose model on `compose kill`, add `--remove-orphans` 3 anos atrás
kill_test.go 18ce1f41b7 replace deprecated functions 3 anos atrás
logs.go 22d2e83896 don't fail `logs` when driver:none is set 2 anos atrás
logs_test.go 0368f19030 distinguish stdout and stderr in `up` logs 2 anos atrás
ls.go 2e96829607 Add gocritic to linters 3 anos atrás
ls_test.go cb45c6f2df Add unit tests for combinedConfigFiles logic ✅ 3 anos atrás
metrics.go 2e96829607 Add gocritic to linters 3 anos atrás
pause.go f6e96dd783 if command is ran with a compose file, apply the compose model, not just project name 3 anos atrás
port.go 053f20edab port: improve error-handling if port not found (#10039) 2 anos atrás
printer.go 24f83271f2 don't assume os.Stdout and rely on dockerCLI.streams 2 anos atrás
ps.go b326a9da1d don't filter by services if no filter was set 2 anos atrás
ps_test.go b326a9da1d don't filter by services if no filter was set 2 anos atrás
pull.go 5a2b7b83cd use compose service methods when exist instead of directly service.dockerCli 2 anos atrás
push.go a0acc20d88 introduce --parallel to limit concurrent engine calls 2 anos atrás
remove.go f1313f3a09 use a simpler prompt implementation when we lack a terminal 2 anos atrás
restart.go 3bf29d401c bump docker dependencies version 3 anos atrás
run.go 5a2b7b83cd use compose service methods when exist instead of directly service.dockerCli 2 anos atrás
secrets.go 5c1484ece6 apply uid/gid when creating secret from environment 2 anos atrás
start.go 22d2e83896 don't fail `logs` when driver:none is set 2 anos atrás
stop.go f6e96dd783 if command is ran with a compose file, apply the compose model, not just project name 3 anos atrás
stop_test.go 18ce1f41b7 replace deprecated functions 3 anos atrás
top.go 9668f600d1 project name MUST be lowercase 3 anos atrás
up.go 24f83271f2 don't assume os.Stdout and rely on dockerCLI.streams 2 anos atrás
watch.go bb9cf32245 introduce experimental watch command (skeletton) 2 anos atrás