compose/pkg/compose
Guillaume Lours fdc1738143 add log when copying files/directories between host and containers (both way)
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
2023-02-03 22:44:26 +01:00
..
testdata prefer canonical `compose.yaml` file name 2021-06-22 11:23:57 +02:00
attach.go use compose service methods when exist instead of directly service.dockerCli 2023-01-13 21:02:00 +01:00
build.go Support for docker compose build --push when using multiple platforms 2023-01-26 16:54:41 +01:00
build_buildkit.go Add remote buildx driver 2023-02-01 10:30:07 -05:00
build_classic.go Support for docker compose build --push when using multiple platforms 2023-01-26 16:54:41 +01:00
compose.go support dry-run for cp command 2023-02-03 22:44:26 +01:00
container.go lint: add `nolintlint` and clean up `nolint` directives (#9738) 2022-08-09 16:43:58 -04:00
containers.go Only account running containers for logs 2023-01-20 13:30:05 +01:00
convergence.go initial support for `sync` 2023-02-02 14:59:30 +01:00
convergence_test.go Add tests for filtering containers not created by Compose 2023-01-17 19:00:02 +01:00
convert.go Move compose v2 implementation under pkg/compose with dependencies 2021-06-15 15:52:48 +02:00
cp.go add log when copying files/directories between host and containers (both way) 2023-02-03 22:44:26 +01:00
create.go add support for uts namespace 2023-01-06 08:15:52 +01:00
create_test.go Fix linting issues 2022-09-15 10:04:06 -04:00
dependencies.go limit build concurrency according to --parallel 2023-01-03 12:01:30 +01:00
dependencies_test.go ci: remove uses of deprecated gotest.tools v2 (#9935) 2022-11-07 14:07:41 -05:00
down.go Ignore not only auto-removed containers but also "removal in progress" for orphan containers 2023-01-03 11:09:41 +01: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 Ignore containers created outside compose 2023-01-17 19:00:02 +01:00
hash.go service hash MUST exclude replicas 2022-12-21 08:45:41 +01:00
hash_test.go service hash MUST exclude replicas 2022-12-21 08:45:41 +01: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 Add tests for filtering containers not created by Compose 2023-01-17 19:00:02 +01:00
logs.go Only account running containers for logs 2023-01-20 13:30:05 +01:00
logs_test.go Add tests for filtering containers not created by Compose 2023-01-17 19:00:02 +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 don't assume os.Stdout and rely on dockerCLI.streams 2022-12-20 23:52:25 +01:00
ps.go don't filter by services if no filter was set 2023-01-09 11:49:08 +01:00
ps_test.go Add tests for filtering containers not created by Compose 2023-01-17 19:00:02 +01:00
pull.go use compose service methods when exist instead of directly service.dockerCli 2023-01-13 21:02:00 +01:00
push.go introduce --parallel to limit concurrent engine calls 2022-12-06 08:15:50 +01:00
remove.go use a simpler prompt implementation when we lack a terminal 2023-01-09 10:28:16 +01:00
restart.go bump docker dependencies version 2022-10-18 16:26:54 +02:00
run.go use compose service methods when exist instead of directly service.dockerCli 2023-01-13 21:02:00 +01:00
secrets.go apply uid/gid when creating secret from environment 2022-12-15 15:54:04 +01:00
start.go don't fail `logs` when driver:none is set 2022-12-20 16:23:47 +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 don't assume os.Stdout and rely on dockerCLI.streams 2022-12-20 23:52:25 +01:00
watch.go initial support for `sync` 2023-02-02 14:59:30 +01:00
watch_test.go debounce refresh requests with quietperiod 2023-01-18 22:12:54 +01:00