| .. |
|
testdata
|
7f18b47a9a
prefer canonical `compose.yaml` file name
|
4 years ago |
|
attach.go
|
d445ebba3f
fix linting issues with golangci-lint 1.60.2
|
1 year ago |
|
attach_service.go
|
80823b77ef
go ahead and wire up sig-proxy and no-stdin for consistency with underlying docker container attach
|
1 year ago |
|
build.go
|
d445ebba3f
fix linting issues with golangci-lint 1.60.2
|
1 year ago |
|
build_buildkit.go
|
7c42776770
Improve buildkit node creation (#10843)
|
2 years ago |
|
build_classic.go
|
d445ebba3f
fix linting issues with golangci-lint 1.60.2
|
1 year ago |
|
compose.go
|
407d825705
Remove feature flag integration with Docker Desktop for ComposeUI and ComposeNav
|
1 year ago |
|
container.go
|
27227a8824
lint: add `nolintlint` and clean up `nolint` directives (#9738)
|
3 years ago |
|
containers.go
|
4f9db4d3e6
fix(containers): fix sorting logic by adding secondary sorting for one-off containers
|
1 year ago |
|
convergence.go
|
82b41b9ebd
introduce service hooks
|
1 year ago |
|
convergence_test.go
|
ce27dba52e
wait for dependent service up to delay set by --wait-timeout
|
1 year ago |
|
convert.go
|
f414bf7892
fix engine version require to use healthcheck.start_interval
|
1 year ago |
|
cp.go
|
7c46beb8af
resurrect --all flag for cp to target oneoff container
|
1 year ago |
|
create.go
|
aa1ec4524c
connect to external networks by name
|
1 year ago |
|
create_test.go
|
9c60fe67df
revert commits link to mount API over bind changes
|
1 year ago |
|
dependencies.go
|
524a97e553
Fix typos
|
1 year ago |
|
dependencies_test.go
|
5059a1d7bf
Set Required false to depends_on containers for compose -p stop/down
|
1 year ago |
|
desktop.go
|
fd532a37e7
fix(desktop): remove overly-aggressive feature flag check (#11748)
|
1 year ago |
|
down.go
|
82b41b9ebd
introduce service hooks
|
1 year ago |
|
down_test.go
|
87f457e7dc
add tests to down.go
|
1 year ago |
|
envresolver.go
|
bbaaa6a9de
config: case-insensitive env vars on Windows (#9438)
|
3 years ago |
|
envresolver_test.go
|
34e945a598
ci: remove uses of deprecated gotest.tools v2 (#9935)
|
3 years ago |
|
errors.go
|
cda04f288e
adopt compose-go/v2
|
1 year ago |
|
events.go
|
2636dcf064
go.mod: docker/docker and docker/cli v27.0.1-rc.1
|
1 year ago |
|
exec.go
|
56e2ad9ee5
update to v1.25 for RunAttach
|
1 year ago |
|
export.go
|
60c1311f67
chore: remove errors depricated pkg
|
1 year ago |
|
filters.go
|
1bd8a773a7
detect network conflict as name is not guaranteed to be unique (#10612)
|
2 years ago |
|
hash.go
|
d658fecc63
service hash must exlude depends_on
|
1 year ago |
|
hash_test.go
|
cda04f288e
adopt compose-go/v2
|
1 year ago |
|
hook.go
|
82b41b9ebd
introduce service hooks
|
1 year ago |
|
image_pruner.go
|
3b541b071c
Bump docker v26.0.0
|
1 year ago |
|
images.go
|
df1533a1ca
[lint] don't use deprecated types
|
1 year ago |
|
kill.go
|
d445ebba3f
fix linting issues with golangci-lint 1.60.2
|
1 year ago |
|
kill_test.go
|
d3d378b92a
restore setEnvWithDotEnv
|
1 year ago |
|
logs.go
|
29692b5921
Introduce --abort-on-container-failure
|
1 year ago |
|
logs_test.go
|
74cc091225
github.com/golang/mock is deprecated
|
1 year ago |
|
ls.go
|
df1533a1ca
[lint] don't use deprecated types
|
1 year ago |
|
ls_test.go
|
cb45c6f2df
Add unit tests for combinedConfigFiles logic ✅
|
3 years ago |
|
metrics.go
|
524a97e553
Fix typos
|
1 year ago |
|
pause.go
|
a14abb9044
cli: option to write status messages on stdout (#10549)
|
2 years ago |
|
port.go
|
b0af2deb2b
when --index is not set select first service container
|
2 years ago |
|
printer.go
|
82b41b9ebd
introduce service hooks
|
1 year ago |
|
ps.go
|
250c3112b9
Fix: change append to use slice index in ps.go
|
1 year ago |
|
ps_test.go
|
250c3112b9
Fix: change append to use slice index in ps.go
|
1 year ago |
|
publish.go
|
26064d4b60
allow usage of -f flag with oci Compose artifact
|
1 year ago |
|
pull.go
|
b633c5c3e1
Fix typo in pull.go
|
1 year ago |
|
push.go
|
eeea049f17
push: Fix error message typo
|
1 year ago |
|
remove.go
|
d445ebba3f
fix linting issues with golangci-lint 1.60.2
|
1 year ago |
|
restart.go
|
fd1f73a5e7
prevent concurrent map write relying on project immutability
|
1 year ago |
|
run.go
|
fa24ab8e25
one-off container are not indexed, and must be ignored by exec --index command
|
1 year ago |
|
scale.go
|
b3792dd258
progress for resource can be restarted after more Working event comes
|
1 year ago |
|
secrets.go
|
2636dcf064
go.mod: docker/docker and docker/cli v27.0.1-rc.1
|
1 year ago |
|
start.go
|
82b41b9ebd
introduce service hooks
|
1 year ago |
|
stop.go
|
82b41b9ebd
introduce service hooks
|
1 year ago |
|
stop_test.go
|
2636dcf064
go.mod: docker/docker and docker/cli v27.0.1-rc.1
|
1 year ago |
|
top.go
|
9668f600d1
project name MUST be lowercase
|
3 years ago |
|
up.go
|
407d825705
Remove feature flag integration with Docker Desktop for ComposeUI and ComposeNav
|
1 year ago |
|
viz.go
|
d445ebba3f
fix linting issues with golangci-lint 1.60.2
|
1 year ago |
|
viz_test.go
|
74cc091225
github.com/golang/mock is deprecated
|
1 year ago |
|
wait.go
|
d445ebba3f
fix linting issues with golangci-lint 1.60.2
|
1 year ago |
|
watch.go
|
0aad9595a5
don't use progress to render restart, which hides logs
|
1 year ago |
|
watch_test.go
|
9549a213ba
feat(watch): Add --prune option to docker-compose watch command
|
1 year ago |