Nicolas De loof 31e93963f7 Merge pull request #1512 from docker/resize 4 years ago
..
testdata 4140196eb0 Add down unit tests 4 years ago
attach.go 7d85485242 pause/unpause only need project name. use getContainers where possible 4 years ago
build.go 411612ed8d Fix scan message with quiet flag 4 years ago
build_win.go d5efef2aa7 Use old build for windows engine also on compose up 4 years ago
compose.go 5cb2533faa dryrun to collect resources to be removed, then remove 4 years ago
containers.go 7d85485242 pause/unpause only need project name. use getContainers where possible 4 years ago
convergence.go 378d02dadd Refactor `up --build` 4 years ago
convergence_test.go 0021b14de8 Add unit tests to container_name 4 years ago
create.go 6ec682cade ignore mount options which don't match type 4 years ago
create_test.go 8ab3149f45 Network names and volume names don’t need anymore to be re-adapted (and prefixed with project name) after loaded from compose-go 4 years ago
dependencies.go ec5489a08c introduce config --services, --volumes, --hash for backward compatibility 4 years ago
dependencies_test.go 1eb40999e2 Split compose.go into command-focussed go files 5 years ago
down.go 378d02dadd Refactor `up --build` 4 years ago
down_test.go 378d02dadd Refactor `up --build` 4 years ago
events.go 9c4d8ab158 (re)attach to container after restart 4 years ago
exec.go be5d78ad10 resize terminal and monitor SIGWINCH 4 years ago
images.go 08055d7c7a Add `compose images` cmd 4 years ago
kill.go 7d85485242 pause/unpause only need project name. use getContainers where possible 4 years ago
kill_test.go 31e59f6919 Refactor Down to avoid double ContainerList 4 years ago
labels.go 7d85485242 pause/unpause only need project name. use getContainers where possible 4 years ago
logs.go 7d85485242 pause/unpause only need project name. use getContainers where possible 4 years ago
ls.go cba4f140ae Add —all option to compose ls, listing non running projects. 4 years ago
ls_test.go 1f5a77e67c move test to command-specific test file 5 years ago
pause.go 7d85485242 pause/unpause only need project name. use getContainers where possible 4 years ago
port.go 8b38874aba introduce `port` command for parity with docker-compose 4 years ago
ps.go 7d85485242 pause/unpause only need project name. use getContainers where possible 4 years ago
ps_test.go b4fa7b2fa3 PS unit test 4 years ago
pull.go 073d8e5545 Categorize failure metrics, set specific metrics for compose file parse error, file not found, cmdline syntax errors, build error, pull error. 4 years ago
push.go e5834f37fd Add tail messages on progress writer 4 years ago
remove.go 7d85485242 pause/unpause only need project name. use getContainers where possible 4 years ago
resize.go be5d78ad10 resize terminal and monitor SIGWINCH 4 years ago
restart.go 2fdc3bad48 Add restart command 4 years ago
run.go 31e93963f7 Merge pull request #1512 from docker/resize 4 years ago
start.go 9af5ea4b6a run ContainerWait in background so we catch container exit 4 years ago
status.go 378d02dadd Refactor `up --build` 4 years ago
stop.go 7d85485242 pause/unpause only need project name. use getContainers where possible 4 years ago
stop_test.go 31e59f6919 Refactor Down to avoid double ContainerList 4 years ago
top.go 7d85485242 pause/unpause only need project name. use getContainers where possible 4 years ago