Define and run multi-container applications with Docker
26 matches across 2 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | docker-bake.hcl | 1 | // Copyright 2022 Docker Compose CLI authors |
| LOW | cmd/compose/hooks.go | 41 | } |
| LOW | cmd/compose/options.go | 61 | if buildForSinglePlatform || len(service.Build.Platforms) == 0 { |
| LOW | internal/paths/paths.go | 41 | // then the only way to check if they're truly "equal" is to check |
| LOW | internal/oci/push.go | 41 | // for the generated image manifest. |
| LOW | internal/desktop/client.go | 41 | const EngineLabel = "com.docker.desktop.address" |
| LOW | internal/registry/registry.go | 21 | DefaultNamespace = "docker.io" |
| LOW | internal/sync/tar.go | 141 | // ArchivePathsIfExist creates a tar archive of all local files in `paths`. It quietly skips any paths that don't exist. |
| LOW | internal/sync/shared.go | 21 | // PathMapping contains the Compose service and modified host system path. |
| LOW | .github/stale.yml | 41 | This issue has been automatically closed because it had not recent activity during the stale period. |
| LOW | pkg/compose/compose.go | 41 | "github.com/docker/compose/v5/pkg/dryrun" |
| LOW | pkg/compose/create.go | 341 | } |
| LOW | pkg/compose/api_versions.go | 21 | const ( |
| LOW | pkg/compose/api_versions.go | 41 | // apiVersion149 represents Docker Engine API version 1.49 (Engine v28.1). |
| LOW | pkg/compose/build.go | 241 | } |
| LOW | pkg/compose/cp.go | 221 | |
| LOW | pkg/compose/image_pruner.go | 141 | images = append(images, service.Image) |
| LOW | pkg/compose/publish.go | 361 | // (not interpolation). Sorted alphabetically. config.content is decoupled |
| LOW | pkg/compose/publish.go | 401 | |
| LOW | pkg/api/api.go | 81 | // Compose is the API interface one can use to programmatically use docker/compose in a third-party software |
| LOW | pkg/watch/ephemeral.go | 21 | // |
| LOW | pkg/watch/notify.go | 41 | |
| LOW | pkg/watch/watcher_naive.go | 241 | } |
| LOW | pkg/e2e/compose_environment_test.go | 81 | // 1. Command Line (docker compose run --env <KEY[=VAL]>) <-- Result expected (From environment) |
| LOW | pkg/e2e/compose_environment_test.go | 161 |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | pkg/compose/compose.go | 49 | // Example usage: |