Nicolas De Loof 00bd108aec introduce publish (alpha) command 2 years ago
..
alpha.go 00bd108aec introduce publish (alpha) command 2 years ago
build.go 28301fb1a4 add support of --builder and BUILDX_BUILDER 2 years ago
completion.go 0345461412 Add shell completion for `--profile` 2 years ago
compose.go 0511b0c2b8 Merge pull request #10878 from relrelb/profiles_completion 2 years ago
compose_test.go e831ea826b add support for `restart` for `depends_on` 2 years ago
config.go 636c13f818 build: do not attempt to push unnamed service images 2 years ago
cp.go b0af2deb2b when --index is not set select first service container 2 years ago
create.go 9d53ed8f63 Add `--scale` to `compose create`, refactor scale option 2 years ago
down.go 68bd0eb523 cli: fix timeout behavior on up / restart / stop (#10672) 2 years ago
events.go 24f83271f2 don't assume os.Stdout and rely on dockerCLI.streams 2 years ago
exec.go b0af2deb2b when --index is not set select first service container 2 years ago
images.go 24f83271f2 don't assume os.Stdout and rely on dockerCLI.streams 2 years ago
kill.go fd7847f2ac `parallel` flag belong do top-level "compose" cobra command, not the current one 2 years ago
list.go 24f83271f2 don't assume os.Stdout and rely on dockerCLI.streams 2 years ago
logs.go 33c3f4dfad alias -n for --tail to align with docker CLI 2 years ago
pause.go 89ef8198f3 update projectOptions to be public by renaming it to ProjectOptions 2 years ago
port.go b0af2deb2b when --index is not set select first service container 2 years ago
ps.go 9bd9f1765c check service names based on project, not running containers 2 years ago
ps_test.go 24f83271f2 don't assume os.Stdout and rely on dockerCLI.streams 2 years ago
publish.go 00bd108aec introduce publish (alpha) command 2 years ago
pull.go a3bed265f2 update compose-go 2 years ago
push.go a3bed265f2 update compose-go 2 years ago
remove.go c5317496ac workaround race condition in ContainerList 2 years ago
restart.go 68bd0eb523 cli: fix timeout behavior on up / restart / stop (#10672) 2 years ago
run.go e6a7694b8d Apply no-deps before we select and mutate target service 2 years ago
start.go 89ef8198f3 update projectOptions to be public by renaming it to ProjectOptions 2 years ago
stop.go 68bd0eb523 cli: fix timeout behavior on up / restart / stop (#10672) 2 years ago
top.go 24f83271f2 don't assume os.Stdout and rely on dockerCLI.streams 2 years ago
up.go 46d936c750 support `attach` 2 years ago
up_test.go 9d53ed8f63 Add `--scale` to `compose create`, refactor scale option 2 years ago
version.go bbe1b77a67 progress writer uses dockercli.Err stream 2 years ago
viz.go 7840a92c40 Added tests to `viz` subcommand 2 years ago
viz_test.go 7840a92c40 Added tests to `viz` subcommand 2 years ago
wait.go edd76bfd70 Add `docker compose wait` 2 years ago
watch.go bb9cf32245 introduce experimental watch command (skeletton) 2 years ago