compose/local/compose
Nicolas De Loof d9fe745cc0
avoid use of channels in API for gRPC compatibility
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-02-11 09:34:08 +01:00
..
attach.go avoid use of channels in API for gRPC compatibility 2021-02-11 09:34:08 +01:00
build.go Remove duplicate compute of image name & add unit test 2021-01-13 17:30:01 +01:00
compose.go Capture container exit code and dump on console 2021-02-09 17:07:24 +01:00
containers.go introduce cascade stop "--abort-on-container-exit" option 2021-02-09 17:07:24 +01:00
convergence.go Make progress event display homogeneous between up, down, start, stop 2021-01-29 16:51:37 +01:00
convergence_test.go Add unit tests to container_name 2021-01-08 10:05:53 +01:00
create.go Add configs bind mount support 2021-02-04 19:24:34 -03: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 Split compose.go into command-focussed go files 2020-12-08 11:58:49 +01:00
dependencies_test.go Split compose.go into command-focussed go files 2020-12-08 11:58:49 +01:00
down.go Display warning in `docker compose down` if nothing to remove (no container, no network) 2021-02-08 17:20:36 +01:00
kill.go Add kill command 2021-02-03 10:44:26 +01:00
labels.go Merge pull request #1246 from ulyssessouza/label-envfiles 2021-02-08 16:09:44 +01:00
logs.go avoid use of channels in API for gRPC compatibility 2021-02-11 09:34:08 +01:00
ls.go introduce `--filter` option on `compose ls` 2021-01-22 10:27:56 +01:00
ls_test.go move test to command-specific test file 2020-12-09 10:33:52 +01:00
ps.go Merge pull request #1211 from docker/health 2021-02-02 16:58:26 +01:00
pull.go Move config => api/config 2021-01-15 16:55:10 +01:00
push.go Move config => api/config 2021-01-15 16:55:10 +01:00
run.go Refactor ProjectName 2021-01-04 14:11:54 +00:00
start.go avoid use of channels in API for gRPC compatibility 2021-02-11 09:34:08 +01:00
stop.go Add kill command 2021-02-03 10:44:26 +01:00
util.go cleanup 2021-01-14 13:20:35 +01:00