..
testdata
prefer canonical `compose.yaml` file name
2021-06-22 11:23:57 +02:00
attach.go
Fix nolint issues
2022-07-13 19:33:06 +02:00
build.go
remove unused sessionConfig param for addSecretsConfig function
2022-07-22 17:37:42 +02:00
build_buildkit.go
Bump buildx to v0.8.0
2022-03-11 14:05:55 +01:00
build_classic.go
Fix nolint issues
2022-07-13 19:33:06 +02:00
compose.go
don't remove external volumes/networks
2022-03-14 15:24:49 +01:00
container.go
Move compose v2 implementation under pkg/compose with dependencies
2021-06-15 15:52:48 +02:00
containers.go
align cp command index management with exec command
2022-05-10 10:50:40 +02:00
convergence.go
Add "style" tag to gocritic
2022-07-13 19:33:06 +02:00
convergence_test.go
prevent getCanonicalContainerName to crash
2022-03-07 14:58:39 +01: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
Fixes #9403 : Remove Named Pipes from volumeMounts
2022-07-29 02:17:32 +02:00
create_test.go
Fixes #9403 : Remove Named Pipes from volumeMounts
2022-07-29 02:17:32 +02:00
dependencies.go
fixed some spelling mistakes
2022-06-14 21:33:36 +02:00
dependencies_test.go
introduce `convergence` to hold per-service Containers and prevent race conditions
2021-06-25 13:18:00 +02:00
down.go
check the exact network's name before creating or stopping it
2022-07-11 12:17:22 +02:00
down_test.go
network: make test mock consistent throughout
2022-06-22 16:34:59 -04: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
use CustomLabels for composeV2 metadata and not impact service hash
2022-02-17 09:05:54 +01:00
images.go
project name MUST be lowercase
2022-04-13 09:49:01 +02:00
kill.go
project name MUST be lowercase
2022-04-13 09:49:01 +02:00
kill_test.go
kill only need project name
2022-03-14 10:26:36 +01:00
logs.go
Fix nolint issues
2022-07-13 19:33:06 +02: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
project name MUST be lowercase
2022-04-13 09:49:01 +02:00
port.go
project name MUST be lowercase
2022-04-13 09:49:01 +02:00
printer.go
Add "style" tag to gocritic
2022-07-13 19:33:06 +02:00
ps.go
project name MUST be lowercase
2022-04-13 09:49:01 +02:00
ps_test.go
prevent getCanonicalContainerName to crash
2022-03-07 14:58:39 +01:00
pull.go
inspect image ID after pull to se com.docker.compose.image
2022-04-21 22:42:29 +02:00
push.go
composeService to use dockerCli's In/Out/Err streams
2022-03-03 16:34:57 +01:00
remove.go
project name MUST be lowercase
2022-04-13 09:49:01 +02:00
restart.go
Update logic to keep `compose stop` and `restart` from affecting one-offs
2022-06-29 00:58:02 +02:00
run.go
add e2e tests to verify env variables priority
2022-05-30 17:11:49 +02:00
secrets.go
Add "opinionated" tag to gocritic
2022-07-13 19:33:06 +02:00
start.go
Use appropriate dependency condition for one-shot containers when running `compose up --wait`
2022-06-18 01:20:40 +02:00
stop.go
Update logic to keep `compose stop` and `restart` from affecting one-offs
2022-06-29 00:58:02 +02:00
stop_test.go
prevent getCanonicalContainerName to crash
2022-03-07 14:58:39 +01:00
top.go
project name MUST be lowercase
2022-04-13 09:49:01 +02:00
up.go
Fix nolint issues
2022-07-13 19:33:06 +02:00