compose/local/compose
Guillaume Tardif c9028f9f37
Merge pull request #1180 from docker/add-compose-stop
Add start and stop commands
2021-01-29 12:15:24 +01:00
..
attach.go Add network alias to container name 2021-01-07 17:06:40 -03:00
build.go Remove duplicate compute of image name & add unit test 2021-01-13 17:30:01 +01:00
compose.go Move errdefs => api/errdefs 2021-01-15 16:54:18 +01:00
containers.go Add network alias to container name 2021-01-07 17:06:40 -03:00
convergence.go introduce --force-recreate and --no-recreate 2021-01-28 15:25:41 +01:00
convergence_test.go Add unit tests to container_name 2021-01-08 10:05:53 +01:00
create.go Merge pull request #1190 from docker/recreate_flags 2021-01-29 11:25:11 +01: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 Add start and stop commands 2021-01-27 17:18:10 -03:00
labels.go No need to filter services again in backend, filter is done by cli command. Added e2e test, labels one-off and slug 2020-12-18 09:59:02 +01:00
logs.go e2e test for local `Log` command 2020-12-17 11:48:58 +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 Add network alias to container name 2021-01-07 17:06:40 -03: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 Split compose.go into command-focussed go files 2020-12-08 11:58:49 +01:00
stop.go Add start and stop commands 2021-01-27 17:18:10 -03:00
util.go cleanup 2021-01-14 13:20:35 +01:00