| .. |
|
testdata
|
|
|
|
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
|
bump buildx and use confutil.ConfigDir
|
2023-06-01 12:09:13 +02:00 |
|
build_buildkit.go
|
bump buildx and use confutil.ConfigDir
|
2023-06-01 12:09:13 +02:00 |
|
build_classic.go
|
ci: upgrade to Go 1.20.5 and Moby v24.x
|
2023-06-07 10:41:49 -04:00 |
|
build_test.go
|
use build as common API for build scenarios
|
2023-03-21 15:37:55 +01:00 |
|
compose.go
|
ci: upgrade to Go 1.20.5 and Moby v24.x
|
2023-06-07 10:41:49 -04: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
|
detect network conflict as name is not guaranteed to be unique (#10612)
|
2023-05-31 14:46:23 -04:00 |
|
convergence_test.go
|
use containers we expect to start for wait condition
|
2023-02-07 16:36:45 +01:00 |
|
convert.go
|
|
|
|
cp.go
|
ci: upgrade to Go 1.20.5 and Moby v24.x
|
2023-06-07 10:41:49 -04:00 |
|
create.go
|
better diagnostic message on network label mismatch
|
2023-06-05 16:54:58 +02:00 |
|
create_test.go
|
Fix linting issues
|
2022-09-15 10:04:06 -04:00 |
|
dependencies.go
|
up should not silently ignore missing depends_on service
|
2023-05-26 21:59:29 +02:00 |
|
dependencies_test.go
|
up should not silently ignore missing depends_on service
|
2023-05-26 21:59:29 +02:00 |
|
down.go
|
detect network conflict as name is not guaranteed to be unique (#10612)
|
2023-05-31 14:46:23 -04:00 |
|
down_test.go
|
ci: upgrade to Go 1.20.5 and Moby v24.x
|
2023-06-07 10:41:49 -04: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
|
|
|
|
events.go
|
detect new container from project have started when running compose logs with no explicit services
|
2023-05-26 14:15:48 +02:00 |
|
exec.go
|
|
|
|
filters.go
|
detect network conflict as name is not guaranteed to be unique (#10612)
|
2023-05-31 14:46:23 -04:00 |
|
hash.go
|
compute service hash with a default DeployConfig
|
2023-05-26 14:15:33 +02:00 |
|
hash_test.go
|
service hash MUST exclude replicas
|
2022-12-21 08:45:41 +01:00 |
|
image_pruner.go
|
fix local image removal when compose down is ran with --project-name (#10558)
|
2023-05-11 12:41:14 -04:00 |
|
images.go
|
fix parsing of repository:tag
|
2022-12-14 09:23:07 +01:00 |
|
kill.go
|
cli: option to write status messages on stdout (#10549)
|
2023-05-11 12:45:00 -04:00 |
|
kill_test.go
|
ci: upgrade to Go 1.20.5 and Moby v24.x
|
2023-06-07 10:41:49 -04:00 |
|
logs.go
|
e2e test to cover logs -f managing service being added/scaled
|
2023-05-26 14:51:23 +02:00 |
|
logs_test.go
|
assume we receive logs by lines and don't ignore those without EOL
|
2023-06-07 10:40:37 +02: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
|
|
|
|
metrics.go
|
|
|
|
pause.go
|
cli: option to write status messages on stdout (#10549)
|
2023-05-11 12:45:00 -04: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
|
cli: option to write status messages on stdout (#10549)
|
2023-05-11 12:45:00 -04:00 |
|
push.go
|
cli: option to write status messages on stdout (#10549)
|
2023-05-11 12:45:00 -04:00 |
|
remove.go
|
rm: remove debugging output (#10554)
|
2023-05-11 16:32:29 -04:00 |
|
restart.go
|
cli: option to write status messages on stdout (#10549)
|
2023-05-11 12:45:00 -04:00 |
|
run.go
|
forward signal to container
|
2023-05-31 15:10:11 +02:00 |
|
secrets.go
|
secrets: only set CopyUIDGID when required (#10598)
|
2023-05-23 13:34:24 -04:00 |
|
start.go
|
detect new container from project have started when running compose logs with no explicit services
|
2023-05-26 14:15:48 +02:00 |
|
stop.go
|
cli: option to write status messages on stdout (#10549)
|
2023-05-11 12:45:00 -04:00 |
|
stop_test.go
|
ci: upgrade to Go 1.20.5 and Moby v24.x
|
2023-06-07 10:41:49 -04:00 |
|
top.go
|
|
|
|
up.go
|
cli: option to write status messages on stdout (#10549)
|
2023-05-11 12:45:00 -04:00 |
|
viz.go
|
Fixed issue when project name contains dashes (-)
|
2023-04-24 12:18:37 +02:00 |
|
viz_test.go
|
Fixed issue when project name contains dashes (-)
|
2023-04-24 12:18:37 +02:00 |
|
watch.go
|
create directory in container using mkdir -p
|
2023-06-08 11:28:22 +02:00 |
|
watch_test.go
|
introduce ignore attribute for watch triggers
|
2023-03-21 18:29:49 +01:00 |