compose/local/compose
Nicolas De Loof 4987a52975
fix hard vs soft ulimit
close https://github.com/docker/compose-cli/issues/1769

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-06-10 09:49:36 +02:00
..
testdata Add down unit tests 2021-02-11 15:53:05 +01:00
attach.go code cleanup: splitWriter does not use service/container name 2021-06-08 16:16:06 +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 move up logic from CLI into local backend 2021-06-07 20:20:31 +02:00
containers.go scale must ignore oneoff containers 2021-04-16 09:15:22 +02:00
convergence.go prevent race condition renaming containers 2021-05-25 14:02:07 +02:00
convergence_test.go Add unit tests to container_name 2021-01-08 10:05:53 +01:00
cp.go Add all parameter 2021-05-01 19:24:07 -07:00
create.go fix hard vs soft ulimit 2021-06-10 09:49:36 +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 move progress to backend on "down" 2021-06-07 15:41:59 +02:00
down_test.go down --volume to remove volume 2021-04-30 08:18:06 +02:00
events.go (re)attach to container after restart 2021-03-08 14:11:15 +01:00
exec.go remove unresolved vars from env set by `exec` 2021-05-27 16:19:28 +02:00
images.go refactor to reduce calls to InspectRawImage 2021-04-20 15:18:08 +02:00
kill.go move up logic from CLI into local backend 2021-06-07 20:20:31 +02:00
kill_test.go move up logic from CLI into local backend 2021-06-07 20:20:31 +02:00
labels.go pause/unpause only need project name. use getContainers where possible 2021-04-08 09:40:50 +02:00
logs.go code cleanup: splitWriter does not use service/container name 2021-06-08 16:16:06 +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 Move progress writter into backend(s) 2021-06-03 14:16:22 +02:00
port.go introduce `port` command for parity with docker-compose 2021-03-19 13:31:42 +01:00
printer.go LogPrinter should not be part of the API 2021-06-09 10:15:38 +02:00
ps.go ps shows healthcheck only for running container 2021-05-17 10:02:47 +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 Support bypass envvars 2021-05-06 15:47:31 -03:00
start.go LogPrinter should not be part of the API 2021-06-09 10:15:38 +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