Nicolas De Loof 17ba6c7188 abstract model-cli commands execution with a model (pseudo) API 4 months ago
..
testdata 66a47169d5 Publish compose file with required siblings used by `extends` 9 months ago
transform c3a0c35681 implement extends.file replace without yqlib 8 months ago
apiSocket.go 51acc58453 mount /var/run/docker.sock for --use-api-socket 5 months ago
attach.go 485b6200ee (refactoring) introduce monitor to manage containers events and application termination 4 months ago
attach_service.go 80823b77ef go ahead and wire up sig-proxy and no-stdin for consistency with underlying docker container attach 1 year ago
build.go 29630f184e check progress default value instead of empty string to use BUILDKIT_PROGRESS env variable value 5 months ago
build_bake.go 17ba6c7188 abstract model-cli commands execution with a model (pseudo) API 4 months ago
build_buildkit.go 0b0242d0ac add dry-run support to bake build 4 months ago
build_classic.go ad4cbee498 bump github.com/docker/docker, docker/cli v28.2.2 6 months ago
build_test.go fc8c56b407 select services implicitly declared by a service:xx build dependency 7 months ago
commit.go ad4cbee498 bump github.com/docker/docker, docker/cli v28.2.2 6 months ago
compose.go cf2fc2005c go.mod: docker/docker, docker/cli v28.0.0, buildx v0.21.1 9 months ago
container.go 27227a8824 lint: add `nolintlint` and clean up `nolint` directives (#9738) 3 years ago
containers.go 485b6200ee (refactoring) introduce monitor to manage containers events and application termination 4 months ago
convergence.go 1c37f1abb6 use logs API with Since to collect the very first logs after restart 4 months ago
convergence_test.go cf2fc2005c go.mod: docker/docker, docker/cli v28.0.0, buildx v0.21.1 9 months ago
convert.go 0403f0d76d e2e test for start_interval 7 months ago
cp.go 13cd780f30 migrate to use github.com/moby/go-archive 7 months ago
create.go 29308cb97e keep containers attached on stop to capture termination logs 4 months ago
create_test.go 955e4ed94e introduce networks.interface_name 7 months ago
dependencies.go 12b73bea73 remove utils.Contains to prefer slice.ContainsFunc 6 months ago
dependencies_test.go 5059a1d7bf Set Required false to depends_on containers for compose -p stop/down 1 year ago
desktop.go f5491328bb remove support of Synchronize File Shares integration with Docker Desktop 7 months ago
down.go 29308cb97e keep containers attached on stop to capture termination logs 4 months ago
down_test.go 0c37c10964 mount API is not strictly equivalent to bind 7 months ago
envresolver.go 446e00520c format code with gofumpt 11 months ago
envresolver_test.go 34e945a598 ci: remove uses of deprecated gotest.tools v2 (#9935) 3 years ago
events.go 35efa97b7d feat: add since & until flags to events command 4 months ago
exec.go 3553aa26a6 add a default statut messsage to exec error to avoid empty line display 5 months ago
export.go 482b622282 pkg/compose: implement Export using atomicwriter 7 months ago
filters.go 1bd8a773a7 detect network conflict as name is not guaranteed to be unique (#10612) 2 years ago
generate.go 046879a4a2 replace uses of golang.org/x/exp/(maps|slices) for stdlib 6 months ago
hash.go 332311358e Recreate container on volume configuration change 11 months ago
hash_test.go cda04f288e adopt compose-go/v2 2 years ago
hook.go 485b6200ee (refactoring) introduce monitor to manage containers events and application termination 4 months ago
image_pruner.go ad4cbee498 bump github.com/docker/docker, docker/cli v28.2.2 6 months ago
images.go eb3074bbda include platform and creation date listing image used by running compose application 6 months ago
images_test.go eb3074bbda include platform and creation date listing image used by running compose application 6 months ago
kill.go cf2fc2005c go.mod: docker/docker, docker/cli v28.0.0, buildx v0.21.1 9 months ago
kill_test.go cf2fc2005c go.mod: docker/docker, docker/cli v28.0.0, buildx v0.21.1 9 months ago
logs.go 1c37f1abb6 use logs API with Since to collect the very first logs after restart 4 months ago
logs_test.go 485b6200ee (refactoring) introduce monitor to manage containers events and application termination 4 months ago
ls.go 2e71440bee refactor: use slices.Contains to simplify code 6 months ago
ls_test.go 7bedb5a02c bump golangci-lint to version v2.0.2 8 months ago
model.go 17ba6c7188 abstract model-cli commands execution with a model (pseudo) API 4 months ago
monitor.go 1c37f1abb6 use logs API with Since to collect the very first logs after restart 4 months ago
pause.go cf2fc2005c go.mod: docker/docker, docker/cli v28.0.0, buildx v0.21.1 9 months ago
plugins.go 17ba6c7188 abstract model-cli commands execution with a model (pseudo) API 4 months ago
plugins_windows.go 053d225824 append .exe to provider name doing executable lookup on windows 6 months ago
port.go cf2fc2005c go.mod: docker/docker, docker/cli v28.0.0, buildx v0.21.1 9 months ago
printer.go 1c37f1abb6 use logs API with Since to collect the very first logs after restart 4 months ago
ps.go c23a7e7281 golangci-lint: enable copyloopvar linter 9 months ago
ps_test.go cf2fc2005c go.mod: docker/docker, docker/cli v28.0.0, buildx v0.21.1 9 months ago
publish.go 7c999d7f93 improve publish bind mount warning message 5 months ago
publish_test.go c3a0c35681 implement extends.file replace without yqlib 8 months ago
pull.go cc50ada725 report error (re)creating container 6 months ago
push.go 91a0aa0265 skip push step for provider services 6 months ago
remove.go cf2fc2005c go.mod: docker/docker, docker/cli v28.0.0, buildx v0.21.1 9 months ago
restart.go 342a2a9e71 Fix support for depends_on.restart in up and restart commands 8 months ago
run.go a9e76943f6 introduce support for models 5 months ago
scale.go 446e00520c format code with gofumpt 11 months ago
secrets.go 6e814eac35 fix(secrets): Reverted secrets file mode 440 -> 444 8 months ago
shellout.go 17ba6c7188 abstract model-cli commands execution with a model (pseudo) API 4 months ago
start.go 485b6200ee (refactoring) introduce monitor to manage containers events and application termination 4 months ago
stop.go 29308cb97e keep containers attached on stop to capture termination logs 4 months ago
stop_test.go cf2fc2005c go.mod: docker/docker, docker/cli v28.0.0, buildx v0.21.1 9 months ago
suffix_unix.go 053d225824 append .exe to provider name doing executable lookup on windows 6 months ago
top.go f70209cf15 review: move Summary/Replica collection from cmd/ to pkg/ 8 months ago
up.go 1c37f1abb6 use logs API with Since to collect the very first logs after restart 4 months ago
viz.go c23a7e7281 golangci-lint: enable copyloopvar linter 9 months ago
viz_test.go 11e9621da5 ci: enable testifylint linter 1 year ago
volumes.go 6198ed5bd2 fix linting errors 5 months ago
volumes_test.go 00ccddbde8 add volumes command test cases 5 months ago
wait.go c23a7e7281 golangci-lint: enable copyloopvar linter 9 months ago
watch.go 485b6200ee (refactoring) introduce monitor to manage containers events and application termination 4 months ago
watch_test.go 485b6200ee (refactoring) introduce monitor to manage containers events and application termination 4 months ago