Suleiman Dibirov 557e0b6ec7 fix(run): Ensure images exist only for the target service in run command 4 months ago
..
testdata 6007d4c7e7 publish env_file references as opaque hash to prevent paths conflicts 4 months ago
transform 6a90742ef2 Test to check writeComposeFile detects invalid OCI artifact 4 months ago
apiSocket.go e1678c5c43 Introduce abstractions to support SDK usage without requiring Docker CLI 4 months ago
attach.go 485b6200ee (refactoring) introduce monitor to manage containers events and application termination 8 months ago
attach_service.go 80823b77ef go ahead and wire up sig-proxy and no-stdin for consistency with underlying docker container attach 2 years ago
build.go a8933c91e7 stop progress UI during build to prevent interference with buildkit Display 4 months ago
build_bake.go a8933c91e7 stop progress UI during build to prevent interference with buildkit Display 4 months ago
build_buildkit.go fd4f2f99cf register TTYWritter as an Event Processor 4 months ago
build_classic.go a8933c91e7 stop progress UI during build to prevent interference with buildkit Display 4 months ago
build_test.go fc8c56b407 select services implicitly declared by a service:xx build dependency 10 months ago
commit.go fd4f2f99cf register TTYWritter as an Event Processor 4 months ago
compose.go 7e3993bcac skip Start[ed|ing] events to avpd mix with container logs 4 months ago
container.go beb81a73f9 pkg/compose: remove aliases for container-state consts 6 months ago
containers.go f217207876 pkg/compose: use state consts from moby API 6 months ago
convergence.go fd4f2f99cf register TTYWritter as an Event Processor 4 months ago
convergence_test.go fd4f2f99cf register TTYWritter as an Event Processor 4 months ago
convert.go 0403f0d76d e2e test for start_interval 10 months ago
cp.go fd4f2f99cf register TTYWritter as an Event Processor 4 months ago
create.go fd4f2f99cf register TTYWritter as an Event Processor 4 months ago
create_test.go 955e4ed94e introduce networks.interface_name 10 months ago
dependencies.go 12b73bea73 remove utils.Contains to prefer slice.ContainsFunc 9 months ago
dependencies_test.go 5059a1d7bf Set Required false to depends_on containers for compose -p stop/down 1 year ago
desktop.go e25265dd55 remove unused code to only rely on api.Service 4 months ago
docker_cli_providers.go e1678c5c43 Introduce abstractions to support SDK usage without requiring Docker CLI 4 months ago
down.go fd4f2f99cf register TTYWritter as an Event Processor 4 months ago
down_test.go fd4f2f99cf register TTYWritter as an Event Processor 4 months ago
envresolver.go 446e00520c format code with gofumpt 1 year 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 8 months ago
exec.go 3553aa26a6 add a default statut messsage to exec error to avoid empty line display 8 months ago
export.go fd4f2f99cf register TTYWritter as an Event Processor 4 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 9 months ago
hash.go 332311358e Recreate container on volume configuration change 1 year 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 8 months ago
image_pruner.go d4f6000712 remove import aliases for containerd/errdefs 7 months ago
images.go 6078b4d99d Fix: use image created time when last tag time is not present 6 months ago
images_test.go fd4f2f99cf register TTYWritter as an Event Processor 4 months ago
kill.go fd4f2f99cf register TTYWritter as an Event Processor 4 months ago
kill_test.go fd4f2f99cf register TTYWritter as an Event Processor 4 months ago
logs.go 4dd369bdcb fix sigint/sigterm support in logs --follow 6 months ago
logs_test.go fd4f2f99cf register TTYWritter as an Event Processor 4 months ago
ls.go 2e71440bee refactor: use slices.Contains to simplify code 9 months ago
ls_test.go 7bedb5a02c bump golangci-lint to version v2.0.2 11 months ago
model.go a8933c91e7 stop progress UI during build to prevent interference with buildkit Display 4 months ago
monitor.go cb3691154b detect container is restarted 6 months ago
pause.go fd4f2f99cf register TTYWritter as an Event Processor 4 months ago
plugins.go fd4f2f99cf register TTYWritter as an Event Processor 4 months ago
plugins_windows.go 053d225824 append .exe to provider name doing executable lookup on windows 10 months ago
port.go cf2fc2005c go.mod: docker/docker, docker/cli v28.0.0, buildx v0.21.1 1 year ago
printer.go cb3691154b detect container is restarted 6 months ago
ps.go f1efbb8322 use enum-consts for State and Health 6 months ago
ps_test.go fd4f2f99cf register TTYWritter as an Event Processor 4 months ago
publish.go fd4f2f99cf register TTYWritter as an Event Processor 4 months ago
publish_test.go 6a90742ef2 Test to check writeComposeFile detects invalid OCI artifact 4 months ago
pull.go a8933c91e7 stop progress UI during build to prevent interference with buildkit Display 4 months ago
push.go fd4f2f99cf register TTYWritter as an Event Processor 4 months ago
remove.go fd4f2f99cf register TTYWritter as an Event Processor 4 months ago
restart.go fd4f2f99cf register TTYWritter as an Event Processor 4 months ago
run.go 557e0b6ec7 fix(run): Ensure images exist only for the target service in run command 4 months ago
scale.go fd4f2f99cf register TTYWritter as an Event Processor 4 months ago
secrets.go 585c4db4f9 Compose can't create a tar with adequate uid:gid ownership 4 months ago
shellout.go e1678c5c43 Introduce abstractions to support SDK usage without requiring Docker CLI 4 months ago
start.go fd4f2f99cf register TTYWritter as an Event Processor 4 months ago
stop.go fd4f2f99cf register TTYWritter as an Event Processor 4 months ago
stop_test.go fd4f2f99cf register TTYWritter as an Event Processor 4 months ago
suffix_unix.go 053d225824 append .exe to provider name doing executable lookup on windows 10 months ago
top.go f70209cf15 review: move Summary/Replica collection from cmd/ to pkg/ 1 year ago
up.go 7e3993bcac skip Start[ed|ing] events to avpd mix with container logs 4 months ago
viz.go c23a7e7281 golangci-lint: enable copyloopvar linter 1 year ago
viz_test.go fd4f2f99cf register TTYWritter as an Event Processor 4 months ago
volumes.go a473341058 volume ls command can run without a project 6 months ago
volumes_test.go a473341058 volume ls command can run without a project 6 months ago
wait.go e1678c5c43 Introduce abstractions to support SDK usage without requiring Docker CLI 4 months ago
watch.go fa7e85ed83 Write error to watcher error channel if Start() fails 5 months ago
watch_test.go 485b6200ee (refactoring) introduce monitor to manage containers events and application termination 8 months ago