| .. |
|
testdata
|
prefer canonical `compose.yaml` file name
|
2021-06-22 11:23:57 +02:00 |
|
attach.go
|
detect replacement container is created and inform printer so it attach and don't stop
|
2023-02-06 11:23:13 +01:00 |
|
build.go
|
use `build` as common API for build scenarios
|
2023-03-21 15:37:55 +01:00 |
|
build_buildkit.go
|
bump docker engine and cli version to 23.0.0 with buildkit(v0.11.2) and buildx (v0.10.2)
|
2023-02-08 10:11:50 +01:00 |
|
build_classic.go
|
Add support for `additional_contexts` in `build` service config
|
2023-03-15 14:00:51 +01:00 |
|
build_test.go
|
use `build` as common API for build scenarios
|
2023-03-21 15:37:55 +01:00 |
|
compose.go
|
add dry-run support for pull command
|
2023-03-05 22:04:32 +01:00 |
|
container.go
|
lint: add `nolintlint` and clean up `nolint` directives (#9738)
|
2022-08-09 16:43:58 -04:00 |
|
containers.go
|
detect replacement container is created and inform printer so it attach and don't stop
|
2023-02-06 11:23:13 +01:00 |
|
convergence.go
|
Fix concurrent map read/write when recreating containers
|
2023-03-19 21:56:06 +01:00 |
|
convergence_test.go
|
use containers we expect to start for wait condition
|
2023-02-07 16:36:45 +01:00 |
|
convert.go
|
Move compose v2 implementation under pkg/compose with dependencies
|
2021-06-15 15:52:48 +02:00 |
|
cp.go
|
use progress to show copy status
|
2023-03-21 14:40:52 +01:00 |
|
create.go
|
Fix concurrent map read/write when recreating containers
|
2023-03-19 21:56:06 +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
|
use `build` as common API for build scenarios
|
2023-03-21 15:37:55 +01:00 |
|
down.go
|
progress writer uses dockercli.Err stream
|
2023-03-15 09:47:13 +01:00 |
|
down_test.go
|
progress writer uses dockercli.Err stream
|
2023-03-15 09:47:13 +01: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
|
progress writer uses dockercli.Err stream
|
2023-03-15 09:47:13 +01:00 |
|
kill_test.go
|
progress writer uses dockercli.Err stream
|
2023-03-15 09:47:13 +01:00 |
|
logs.go
|
detect replacement container is created and inform printer so it attach and don't stop
|
2023-02-06 11:23:13 +01:00 |
|
logs_test.go
|
progress writer uses dockercli.Err stream
|
2023-03-15 09:47:13 +01:00 |
|
ls.go
|
only consider containers with config_hash labels (i.e, created by compose)
|
2023-03-01 15:46:50 +01: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
|
progress writer uses dockercli.Err stream
|
2023-03-15 09:47:13 +01:00 |
|
port.go
|
port: improve error-handling if port not found (#10039)
|
2022-12-05 22:11:45 +00:00 |
|
printer.go
|
detect replacement container is created and inform printer so it attach and don't stop
|
2023-02-06 11:23:13 +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
|
progress writer uses dockercli.Err stream
|
2023-03-15 09:47:13 +01:00 |
|
pull.go
|
progress writer uses dockercli.Err stream
|
2023-03-15 09:47:13 +01:00 |
|
push.go
|
progress writer uses dockercli.Err stream
|
2023-03-15 09:47:13 +01:00 |
|
remove.go
|
progress writer uses dockercli.Err stream
|
2023-03-15 09:47:13 +01:00 |
|
restart.go
|
progress writer uses dockercli.Err stream
|
2023-03-15 09:47:13 +01:00 |
|
run.go
|
one off container name use configured Separator for naming
|
2023-03-15 09:47:43 +01:00 |
|
secrets.go
|
apply uid/gid when creating secret from environment
|
2022-12-15 15:54:04 +01:00 |
|
start.go
|
progress writer uses dockercli.Err stream
|
2023-03-15 09:47:13 +01:00 |
|
stop.go
|
progress writer uses dockercli.Err stream
|
2023-03-15 09:47:13 +01:00 |
|
stop_test.go
|
progress writer uses dockercli.Err stream
|
2023-03-15 09:47:13 +01:00 |
|
top.go
|
project name MUST be lowercase
|
2022-04-13 09:49:01 +02:00 |
|
up.go
|
progress writer uses dockercli.Err stream
|
2023-03-15 09:47:13 +01:00 |
|
watch.go
|
use `build` as common API for build scenarios
|
2023-03-21 15:37:55 +01:00 |
|
watch_test.go
|
watch: add file delete/rename handling
|
2023-03-21 08:37:18 -04:00 |