compose/local/compose
Nicolas De Loof 1dc0c4cef9
fix warning message
close https://github.com/docker/compose-cli/issues/1536

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-04-14 08:19:22 +02:00
..
testdata Add down unit tests 2021-02-11 15:53:05 +01:00
attach.go pause/unpause only need project name. use getContainers where possible 2021-04-08 09:40:50 +02:00
build.go Fix scan message with quiet flag 2021-04-13 14:30:27 +02:00
build_win.go Use old build for windows engine also on compose up 2021-04-01 09:59:01 +02:00
compose.go dryrun to collect resources to be removed, then remove 2021-02-15 12:32:44 +01:00
containers.go pause/unpause only need project name. use getContainers where possible 2021-04-08 09:40:50 +02:00
convergence.go Refactor `up --build` 2021-04-08 20:37:16 -03:00
convergence_test.go Add unit tests to container_name 2021-01-08 10:05:53 +01:00
create.go fix warning message 2021-04-14 08:19:22 +02:00
create_test.go Network names and volume names don’t need anymore to be re-adapted (and prefixed with project name) after loaded from compose-go 2021-01-14 10:07:29 +01:00
dependencies.go introduce config --services, --volumes, --hash for backward compatibility 2021-03-19 15:40:24 +01:00
dependencies_test.go Split compose.go into command-focussed go files 2020-12-08 11:58:49 +01:00
down.go Refactor `up --build` 2021-04-08 20:37:16 -03:00
down_test.go Refactor `up --build` 2021-04-08 20:37:16 -03:00
events.go (re)attach to container after restart 2021-03-08 14:11:15 +01:00
exec.go resize terminal and monitor SIGWINCH 2021-04-08 12:33:11 +02:00
images.go Add `compose images` cmd 2021-04-07 16:08:09 +02:00
kill.go pause/unpause only need project name. use getContainers where possible 2021-04-08 09:40:50 +02:00
kill_test.go Refactor Down to avoid double ContainerList 2021-03-24 17:48:23 -03:00
labels.go pause/unpause only need project name. use getContainers where possible 2021-04-08 09:40:50 +02:00
logs.go pause/unpause only need project name. use getContainers where possible 2021-04-08 09:40:50 +02:00
ls.go Add —all option to compose ls, listing non running projects. 2021-02-24 13:11:12 +01:00
ls_test.go move test to command-specific test file 2020-12-09 10:33:52 +01:00
pause.go pause/unpause only need project name. use getContainers where possible 2021-04-08 09:40:50 +02:00
port.go introduce `port` command for parity with docker-compose 2021-03-19 13:31:42 +01:00
ps.go pause/unpause only need project name. use getContainers where possible 2021-04-08 09:40:50 +02:00
ps_test.go PS unit test 2021-02-11 15:53:06 +01:00
pull.go Categorize failure metrics, set specific metrics for compose file parse error, file not found, cmdline syntax errors, build error, pull error. 2021-04-09 17:20:29 +02:00
push.go Add tail messages on progress writer 2021-03-25 18:21:36 -03:00
remove.go pause/unpause only need project name. use getContainers where possible 2021-04-08 09:40:50 +02:00
resize.go resize terminal and monitor SIGWINCH 2021-04-08 12:33:11 +02:00
restart.go Add restart command 2021-03-16 02:02:36 -03:00
run.go Merge pull request #1512 from docker/resize 2021-04-13 15:33:33 +02:00
start.go run ContainerWait in background so we catch container exit 2021-03-22 16:31:10 +01:00
status.go Refactor `up --build` 2021-04-08 20:37:16 -03:00
stop.go pause/unpause only need project name. use getContainers where possible 2021-04-08 09:40:50 +02:00
stop_test.go Refactor Down to avoid double ContainerList 2021-03-24 17:48:23 -03:00
top.go pause/unpause only need project name. use getContainers where possible 2021-04-08 09:40:50 +02:00