.. |
testdata
|
prefer canonical `compose.yaml` file name
|
2021-06-22 11:23:57 +02:00 |
attach.go
|
deps: remove deprecated github.com/pkg/errors
|
2023-09-29 06:28:58 +02:00 |
build.go
|
bump buildx to v0.12.0 and adapt code to changes
|
2023-11-23 07:36:13 +01:00 |
build_buildkit.go
|
Improve buildkit node creation (#10843)
|
2023-08-03 15:11:16 -04:00 |
build_classic.go
|
deps: remove deprecated github.com/pkg/errors
|
2023-09-29 06:28:58 +02:00 |
compose.go
|
introduce RuntimeVersion for code to check container runtime supports required features
|
2023-11-20 11:45:16 +01:00 |
container.go
|
lint: add `nolintlint` and clean up `nolint` directives (#9738)
|
2022-08-09 16:43:58 -04:00 |
containers.go
|
fix --remove-orphans not to consider disabled services as orphaned
|
2023-11-20 21:35:13 +01:00 |
convergence.go
|
Strip project prefix from docker-compose up output
|
2023-11-15 21:39:16 +01:00 |
convergence_test.go
|
avoir use of []types.ServiceConfig
|
2023-11-21 12:08:12 +01:00 |
convert.go
|
Move compose v2 implementation under pkg/compose with dependencies
|
2021-06-15 15:52:48 +02:00 |
cp.go
|
deps: remove deprecated github.com/pkg/errors
|
2023-09-29 06:28:58 +02:00 |
create.go
|
bump compose-go to v1.20.1
|
2023-11-13 22:07:02 +01:00 |
create_test.go
|
don't rely on depends_on to resolve volume_from, better use observed state
|
2023-09-14 15:29:50 +02:00 |
dependencies.go
|
deps: remove deprecated github.com/pkg/errors
|
2023-09-29 06:28:58 +02:00 |
dependencies_test.go
|
avoir use of []types.ServiceConfig
|
2023-11-21 12:08:12 +01:00 |
down.go
|
fix --remove-orphans not to consider disabled services as orphaned
|
2023-11-20 21:35:13 +01: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
|
deps: remove deprecated github.com/pkg/errors
|
2023-09-29 06:28:58 +02:00 |
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
|
deps: remove deprecated github.com/pkg/errors
|
2023-09-29 06:28:58 +02:00 |
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
|
migrate to github.com/distribution/reference
|
2023-09-04 14:36:36 +02:00 |
images.go
|
Include image name in error message
|
2023-09-29 06:25:10 +02:00 |
kill.go
|
cli: option to write status messages on stdout (#10549)
|
2023-05-11 12:45:00 -04:00 |
kill_test.go
|
Assume /src/pkg/compose/testdata absolute workingdir to make tests reproducible
|
2023-11-21 16:11:42 +01:00 |
logs.go
|
introduce compose logs --index to select a replica container
|
2023-11-29 13:56:16 +01:00 |
logs_test.go
|
logs: fix for missing output on container exit (#10925)
|
2023-08-23 08:57:18 -04: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
|
cli: option to write status messages on stdout (#10549)
|
2023-05-11 12:45:00 -04:00 |
port.go
|
when --index is not set select first service container
|
2023-07-07 14:08:24 +02:00 |
printer.go
|
up: fix various race/deadlock conditions on exit (#10934)
|
2023-08-31 10:47:14 -04:00 |
ps.go
|
add support for attributes exposed by `docker ps`
|
2023-08-25 16:36:45 +02:00 |
ps_test.go
|
add support for attributes exposed by `docker ps`
|
2023-08-25 16:36:45 +02:00 |
publish.go
|
introduce --resolve-image-digests for publish to seal service images by digest
|
2023-11-02 10:43:45 +01:00 |
pull.go
|
avoir use of []types.ServiceConfig
|
2023-11-21 12:08:12 +01:00 |
push.go
|
push also consider build.tags
|
2023-11-17 16:31:52 +01:00 |
remove.go
|
rm: remove debugging output (#10554)
|
2023-05-11 16:32:29 -04:00 |
restart.go
|
Enable service explicitly requested to be restarted
|
2023-09-01 12:01:02 +02:00 |
run.go
|
Merge pull request #11110 from ndeloof/wait_missing
|
2023-10-19 10:04:32 +02:00 |
scale.go
|
add scale command
|
2023-09-13 11:15:14 +02:00 |
secrets.go
|
bump compose-go to v1.20.1
|
2023-11-13 22:07:02 +01:00 |
start.go
|
Merge pull request #11110 from ndeloof/wait_missing
|
2023-10-19 10:04:32 +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
|
project name MUST be lowercase
|
2022-04-13 09:49:01 +02:00 |
up.go
|
fix SIGTERM support to stop/kill stack
|
2023-10-26 12:19:50 +02:00 |
viz.go
|
build: do not attempt to push unnamed service images
|
2023-07-19 09:58:37 +02:00 |
viz_test.go
|
avoir use of []types.ServiceConfig
|
2023-11-21 12:08:12 +01:00 |
wait.go
|
Add `docker compose wait`
|
2023-06-30 16:07:03 +02:00 |
watch.go
|
improve watch configuration logging
|
2023-11-06 13:48:15 +01:00 |
watch_test.go
|
avoir use of []types.ServiceConfig
|
2023-11-21 12:08:12 +01:00 |