| .. |
|
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
|
prevent assignment to entry in nil map
|
2023-02-07 20:50:15 +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
|
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
|
…
|
|
|
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
|
wait on service containers as dependencies to be deterministic
|
2023-02-07 16:36:45 +01: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
|
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
|
…
|
|
|
dependencies.go
|
limit build concurrency according to --parallel
|
2023-01-03 12:01:30 +01:00 |
|
dependencies_test.go
|
…
|
|
|
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
|
…
|
|
|
envresolver.go
|
…
|
|
|
envresolver_test.go
|
…
|
|
|
errors.go
|
…
|
|
|
events.go
|
…
|
|
|
exec.go
|
…
|
|
|
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
|
…
|
|
|
images.go
|
…
|
|
|
kill.go
|
…
|
|
|
kill_test.go
|
Add tests for filtering containers not created by Compose
|
2023-01-17 19:00:02 +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
|
Add tests for filtering containers not created by Compose
|
2023-01-17 19:00:02 +01:00 |
|
ls.go
|
…
|
|
|
ls_test.go
|
…
|
|
|
metrics.go
|
…
|
|
|
pause.go
|
…
|
|
|
port.go
|
…
|
|
|
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
|
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
|
…
|
|
|
remove.go
|
use a simpler prompt implementation when we lack a terminal
|
2023-01-09 10:28:16 +01:00 |
|
restart.go
|
…
|
|
|
run.go
|
use containers we expect to start for wait condition
|
2023-02-07 16:36:45 +01:00 |
|
secrets.go
|
…
|
|
|
start.go
|
wait on service containers as dependencies to be deterministic
|
2023-02-07 16:36:45 +01:00 |
|
stop.go
|
…
|
|
|
stop_test.go
|
…
|
|
|
top.go
|
…
|
|
|
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 |