Nicolas De Loof b0af2deb2b when --index is not set select first service container 2 年 前
..
alpha.go e8caad1903 move dry-run support from alpha to main command 2 年 前
build.go 28301fb1a4 add support of --builder and BUILDX_BUILDER 2 年 前
completion.go 89ef8198f3 update projectOptions to be public by renaming it to ProjectOptions 3 年 前
compose.go edd76bfd70 Add `docker compose wait` 2 年 前
compose_test.go e831ea826b add support for `restart` for `depends_on` 2 年 前
config.go 9b5a4588f9 introduce --no-path-resolution to skip relative path to be resolved 2 年 前
cp.go b0af2deb2b when --index is not set select first service container 2 年 前
create.go 9d53ed8f63 Add `--scale` to `compose create`, refactor scale option 2 年 前
down.go 68bd0eb523 cli: fix timeout behavior on up / restart / stop (#10672) 2 年 前
events.go 24f83271f2 don't assume os.Stdout and rely on dockerCLI.streams 3 年 前
exec.go b0af2deb2b when --index is not set select first service container 2 年 前
images.go 24f83271f2 don't assume os.Stdout and rely on dockerCLI.streams 3 年 前
kill.go fd7847f2ac `parallel` flag belong do top-level "compose" cobra command, not the current one 2 年 前
list.go 24f83271f2 don't assume os.Stdout and rely on dockerCLI.streams 3 年 前
logs.go 33c3f4dfad alias -n for --tail to align with docker CLI 2 年 前
pause.go 89ef8198f3 update projectOptions to be public by renaming it to ProjectOptions 3 年 前
port.go b0af2deb2b when --index is not set select first service container 2 年 前
ps.go 9bd9f1765c check service names based on project, not running containers 3 年 前
ps_test.go 24f83271f2 don't assume os.Stdout and rely on dockerCLI.streams 3 年 前
pull.go a3bed265f2 update compose-go 2 年 前
push.go a3bed265f2 update compose-go 2 年 前
remove.go c5317496ac workaround race condition in ContainerList 2 年 前
restart.go 68bd0eb523 cli: fix timeout behavior on up / restart / stop (#10672) 2 年 前
run.go c61b8aa5ac introduce run --cap-add to run maintenance commands using service image 2 年 前
start.go 89ef8198f3 update projectOptions to be public by renaming it to ProjectOptions 3 年 前
stop.go 68bd0eb523 cli: fix timeout behavior on up / restart / stop (#10672) 2 年 前
top.go 24f83271f2 don't assume os.Stdout and rely on dockerCLI.streams 3 年 前
up.go 68bd0eb523 cli: fix timeout behavior on up / restart / stop (#10672) 2 年 前
up_test.go 9d53ed8f63 Add `--scale` to `compose create`, refactor scale option 2 年 前
version.go bbe1b77a67 progress writer uses dockercli.Err stream 2 年 前
viz.go 7840a92c40 Added tests to `viz` subcommand 2 年 前
viz_test.go 7840a92c40 Added tests to `viz` subcommand 2 年 前
wait.go edd76bfd70 Add `docker compose wait` 2 年 前
watch.go bb9cf32245 introduce experimental watch command (skeletton) 2 年 前