Guillaume Lours d5d9f67547 Merge pull request #10173 from glours/dry-run 2 years ago
..
alpha.go eb59b0e265 add alpha command to test dry-run 2 years ago
build.go 24f83271f2 don't assume os.Stdout and rely on dockerCLI.streams 2 years ago
completion.go 89ef8198f3 update projectOptions to be public by renaming it to ProjectOptions 2 years ago
compose.go fb36f7fffd directly embed the orignal APIClient in the DryRunClient 2 years ago
compose_test.go e2ea24ceb7 move compose-plugin commands under /cmd 4 years ago
convert.go ffce33ec11 Fix empty file when using compose config in case of smaller source files 2 years ago
cp.go 89ef8198f3 update projectOptions to be public by renaming it to ProjectOptions 2 years ago
create.go cc912c625d introduce --remove-orphans in compose create command 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 24f83271f2 don't assume os.Stdout and rely on dockerCLI.streams 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 8b4ac37f9c introduce `--ignore-buildable` to ignore buildable images on pull 2 years ago
push.go 89ef8198f3 update projectOptions to be public by renaming it to ProjectOptions 2 years ago
remove.go 89ef8198f3 update projectOptions to be public by renaming it to ProjectOptions 2 years ago
restart.go 89ef8198f3 update projectOptions to be public by renaming it to ProjectOptions 2 years ago
run.go e94eb056b4 allow a TTY to be allocated with -t 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 d5e4f00644 introduce --no-attach to ignore some service output 2 years ago
up_test.go a2947457b9 get scale from deploy.replicas. Require scale normalization 4 years ago
version.go 9db79856be update usage strings for consistency 3 years ago
watch.go bb9cf32245 introduce experimental watch command (skeletton) 2 years ago