compose/pkg/compose
Nicolas De Loof 5c1484ece6 apply uid/gid when creating secret from environment
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2022-12-15 15:54:04 +01:00
..
testdata prefer canonical `compose.yaml` file name 2021-06-22 11:23:57 +02:00
attach.go distinguish stdout and stderr in `up` logs 2022-12-13 14:42:42 +01:00
build.go Cleanup tips from output 2022-12-06 23:29:03 +01:00
build_buildkit.go log the error object instead of the string message only 2022-10-18 17:34:16 +02:00
build_classic.go use StatusError from docker/cli, not "dockerd" 2022-12-14 22:53:18 +01:00
compose.go introduce --parallel to limit concurrent engine calls 2022-12-06 08:15:50 +01:00
container.go lint: add `nolintlint` and clean up `nolint` directives (#9738) 2022-08-09 16:43:58 -04:00
containers.go detect required service are gone to stop watching 2022-12-07 21:07:27 +01:00
convergence.go ContainerStart must run sequentially for engine to assing distinct ports within configured range 2022-12-12 16:08:50 +01:00
convergence_test.go ci: remove uses of deprecated gotest.tools v2 (#9935) 2022-11-07 14:07:41 -05:00
convert.go Move compose v2 implementation under pkg/compose with dependencies 2021-06-15 15:52:48 +02:00
cp.go Add "style" tag to gocritic 2022-07-13 19:33:06 +02:00
create.go schema: add support for tmpfs.mode in mount definition (#10031) 2022-12-02 11:21:53 -05:00
create_test.go Fix linting issues 2022-09-15 10:04:06 -04:00
dependencies.go deps: fix race condition during graph traversal (#9878) 2022-09-27 09:01:13 -04:00
dependencies_test.go ci: remove uses of deprecated gotest.tools v2 (#9935) 2022-11-07 14:07:41 -05:00
down.go replace deprecated functions 2022-10-18 16:57:53 +02:00
down_test.go replace deprecated functions 2022-10-18 16:57:53 +02:00
envresolver.go config: case-insensitive env vars on Windows (#9438) 2022-08-02 14:56:09 -04:00
envresolver_test.go ci: remove uses of deprecated gotest.tools v2 (#9935) 2022-11-07 14:07:41 -05:00
errors.go Move compose v2 implementation under pkg/compose with dependencies 2021-06-15 15:52:48 +02:00
events.go project name MUST be lowercase 2022-04-13 09:49:01 +02:00
exec.go align cp command index management with exec command 2022-05-10 10:50:40 +02:00
filters.go move compose-cli code into docker/compose/v2 2021-08-31 19:09:19 +02:00
hash.go update usage strings for consistency 2022-08-02 13:32:29 +02:00
image_pruner.go add license to file 2022-09-13 18:29:42 +01:00
images.go fix parsing of repository:tag 2022-12-14 09:23:07 +01:00
kill.go Apply compose model on `compose kill`, add `--remove-orphans` 2022-08-19 04:26:08 +02:00
kill_test.go replace deprecated functions 2022-10-18 16:57:53 +02:00
logs.go distinguish stdout and stderr in `up` logs 2022-12-13 14:42:42 +01:00
logs_test.go distinguish stdout and stderr in `up` logs 2022-12-13 14:42:42 +01:00
ls.go Add gocritic to linters 2022-07-13 19:33:03 +02:00
ls_test.go Add unit tests for combinedConfigFiles logic 2022-02-18 16:37:35 +01:00
metrics.go Add gocritic to linters 2022-07-13 19:33:03 +02:00
pause.go if command is ran with a compose file, apply the compose model, not just project name 2022-08-02 22:33:26 +02:00
port.go port: improve error-handling if port not found (#10039) 2022-12-05 22:11:45 +00:00
printer.go distinguish stdout and stderr in `up` logs 2022-12-13 14:42:42 +01:00
ps.go align `compose ps` output with `docker ps` 2022-12-14 22:53:43 +01:00
ps_test.go align `--format` flag and UX with docker cli 2022-12-14 22:53:43 +01:00
pull.go Don't stop pull for images that can be built 2022-12-08 21:20:04 +01:00
push.go introduce --parallel to limit concurrent engine calls 2022-12-06 08:15:50 +01:00
remove.go if command is ran with a compose file, apply the compose model, not just project name 2022-08-02 22:33:26 +02:00
restart.go bump docker dependencies version 2022-10-18 16:26:54 +02:00
run.go run: clean service command if entrypoint is overridden (#9836) 2022-09-26 12:08:14 -04:00
secrets.go apply uid/gid when creating secret from environment 2022-12-15 15:54:04 +01:00
start.go Fix corner case when there's no container to attach to 2022-12-09 10:02:56 +01:00
stop.go if command is ran with a compose file, apply the compose model, not just project name 2022-08-02 22:33:26 +02:00
stop_test.go replace deprecated functions 2022-10-18 16:57:53 +02:00
top.go project name MUST be lowercase 2022-04-13 09:49:01 +02:00
up.go detect required service are gone to stop watching 2022-12-07 21:07:27 +01:00