Nicolas De Loof fca454b41f introduce COMPOSE_ANSI to define --ansi default value 2 years ago
..
alpha.go 7840a92c40 Added tests to `viz` subcommand 2 years ago
build.go d01ef5887a restore support for `--memory` 2 years ago
completion.go 89ef8198f3 update projectOptions to be public by renaming it to ProjectOptions 2 years ago
compose.go fca454b41f introduce COMPOSE_ANSI to define --ansi default value 2 years ago
compose_test.go e831ea826b add support for `restart` for `depends_on` 2 years ago
config.go a3bed265f2 update compose-go 2 years ago
cp.go 89ef8198f3 update projectOptions to be public by renaming it to ProjectOptions 2 years ago
create.go 9d53ed8f63 Add `--scale` to `compose create`, refactor scale option 2 years ago
down.go 89ef8198f3 update projectOptions to be public by renaming it to ProjectOptions 2 years ago
events.go 24f83271f2 don't assume os.Stdout and rely on dockerCLI.streams 2 years ago
exec.go 24f83271f2 don't assume os.Stdout and rely on dockerCLI.streams 2 years ago
images.go 24f83271f2 don't assume os.Stdout and rely on dockerCLI.streams 2 years ago
kill.go 89ef8198f3 update projectOptions to be public by renaming it to ProjectOptions 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 24f83271f2 don't assume os.Stdout and rely on dockerCLI.streams 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
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 a3bed265f2 update compose-go 2 years ago
run.go 0c1a691fa5 fix container being recreated while config has not changed (#10540) 2 years ago
start.go 89ef8198f3 update projectOptions to be public by renaming it to ProjectOptions 2 years ago
stop.go 89ef8198f3 update projectOptions to be public by renaming it to ProjectOptions 2 years ago
top.go 24f83271f2 don't assume os.Stdout and rely on dockerCLI.streams 2 years ago
tracing.go 537f023a3b fix panic when using 'compose up --build' 3 years ago
up.go a10c4c6df5 restore `--timeout` flag renamed by mistake 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
watch.go bb9cf32245 introduce experimental watch command (skeletton) 2 years ago