compose/local/compose
Guillaume Tardif 8ab3149f45 Network names and volume names don’t need anymore to be re-adapted (and prefixed with project name) after loaded from compose-go
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
2021-01-14 10:07:29 +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 Add network alias to container name 2021-01-07 17:06:40 -03:00
containers.go Add network alias to container name 2021-01-07 17:06:40 -03:00
convergence.go Do not inspect for double container name at creation time, this has already been checked, let moby error bubble up if there is a name clash at this stage 2021-01-08 10:59:58 +01:00
convergence_test.go Add unit tests to container_name 2021-01-08 10:05:53 +01:00
create.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
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 network alias to container name 2021-01-07 17:06:40 -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 Split compose.go into command-focussed go files 2020-12-08 11:58:49 +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 ignore services without image attribute 2021-01-05 09:47:29 +01:00
push.go ignore services without image attribute 2021-01-05 09:47:29 +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
util.go override inherited secret mounts 2021-01-08 16:33:30 +01:00