compose/local/compose
Nicolas De Loof 726e204099
fix volume inheritance and conflict with trailing '/'
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-06-11 16:38:41 +02:00
..
testdata Add down unit tests 2021-02-11 15:53:05 +01:00
attach.go define compose labels within the compose API 2021-06-11 11:46:34 +02:00
build.go Merge pull request #1733 from ndeloof/pull_digested 2021-06-04 14:26:25 +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 define compose labels within the compose API 2021-06-11 11:46:34 +02:00
containers.go define compose labels within the compose API 2021-06-11 11:46:34 +02:00
convergence.go define compose labels within the compose API 2021-06-11 11:46:34 +02:00
convergence_test.go Add unit tests to container_name 2021-01-08 10:05:53 +01:00
cp.go define compose labels within the compose API 2021-06-11 11:46:34 +02:00
create.go fix volume inheritance and conflict with trailing '/' 2021-06-11 16:38:41 +02:00
create_test.go define compose labels within the compose API 2021-06-11 11:46:34 +02: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 define compose labels within the compose API 2021-06-11 11:46:34 +02:00
down_test.go down --volume to remove volume 2021-04-30 08:18:06 +02:00
events.go define compose labels within the compose API 2021-06-11 11:46:34 +02:00
exec.go define compose labels within the compose API 2021-06-11 11:46:34 +02:00
filters.go define compose labels within the compose API 2021-06-11 11:46:34 +02:00
images.go define compose labels within the compose API 2021-06-11 11:46:34 +02:00
kill.go move up logic from CLI into local backend 2021-06-07 20:20:31 +02:00
kill_test.go define compose labels within the compose API 2021-06-11 11:46:34 +02:00
logs.go define compose labels within the compose API 2021-06-11 11:46:34 +02:00
ls.go define compose labels within the compose API 2021-06-11 11:46:34 +02:00
ls_test.go define compose labels within the compose API 2021-06-11 11:46:34 +02:00
pause.go Move progress writter into backend(s) 2021-06-03 14:16:22 +02:00
port.go define compose labels within the compose API 2021-06-11 11:46:34 +02:00
printer.go LogPrinter should not be part of the API 2021-06-09 10:15:38 +02:00
ps.go define compose labels within the compose API 2021-06-11 11:46:34 +02:00
ps_test.go ps shows healthcheck only for running container 2021-05-17 10:02:47 +02:00
pull.go only report pull progress if we have something to pull 2021-06-07 15:31:49 +02:00
push.go Move progress writter into backend(s) 2021-06-03 14:16:22 +02:00
remove.go Move progress writter into backend(s) 2021-06-03 14:16:22 +02:00
resize.go don't report error resizing tty, as container could stop any time 2021-04-15 10:13:19 +02:00
restart.go Move progress writter into backend(s) 2021-06-03 14:16:22 +02:00
run.go define compose labels within the compose API 2021-06-11 11:46:34 +02:00
start.go define compose labels within the compose API 2021-06-11 11:46:34 +02:00
status.go Refactor `up --build` 2021-04-08 20:37:16 -03:00
stop.go Move progress writter into backend(s) 2021-06-03 14:16:22 +02:00
stop_test.go attach to containers added by "scale" 2021-05-25 22:59:57 +02:00
top.go pause/unpause only need project name. use getContainers where possible 2021-04-08 09:40:50 +02:00
up.go LogPrinter should not be part of the API 2021-06-09 10:15:38 +02:00