| .. |
|
testdata
|
7f18b47a9a
prefer canonical `compose.yaml` file name
|
il y a 4 ans |
|
attach.go
|
0f5b5ccbd0
detect replacement container is created and inform printer so it attach and don't stop
|
il y a 2 ans |
|
build.go
|
93bffd9a7f
prevent assignment to entry in nil map
|
il y a 2 ans |
|
build_buildkit.go
|
70ab9f8f33
bump docker engine and cli version to 23.0.0 with buildkit(v0.11.2) and buildx (v0.10.2)
|
il y a 2 ans |
|
build_classic.go
|
634a7d2a7b
Support for docker compose build --push when using multiple platforms
|
il y a 2 ans |
|
compose.go
|
2336d9fe35
support dry-run for cp command
|
il y a 2 ans |
|
container.go
|
27227a8824
lint: add `nolintlint` and clean up `nolint` directives (#9738)
|
il y a 3 ans |
|
containers.go
|
0f5b5ccbd0
detect replacement container is created and inform printer so it attach and don't stop
|
il y a 2 ans |
|
convergence.go
|
256ec49974
exclude unstable labels from config hash
|
il y a 2 ans |
|
convergence_test.go
|
b5f0a4eefa
use containers we expect to start for wait condition
|
il y a 2 ans |
|
convert.go
|
49e7f2d45d
Move compose v2 implementation under pkg/compose with dependencies
|
il y a 4 ans |
|
cp.go
|
fdc1738143
add log when copying files/directories between host and containers (both way)
|
il y a 2 ans |
|
create.go
|
96bbda98f8
add support for uts namespace
|
il y a 2 ans |
|
create_test.go
|
cfdec21a7f
Fix linting issues
|
il y a 3 ans |
|
dependencies.go
|
b96e27e0e7
limit build concurrency according to --parallel
|
il y a 2 ans |
|
dependencies_test.go
|
34e945a598
ci: remove uses of deprecated gotest.tools v2 (#9935)
|
il y a 3 ans |
|
down.go
|
37d15d7e6b
Ignore not only auto-removed containers but also "removal in progress" for orphan containers
|
il y a 2 ans |
|
down_test.go
|
18ce1f41b7
replace deprecated functions
|
il y a 3 ans |
|
envresolver.go
|
bbaaa6a9de
config: case-insensitive env vars on Windows (#9438)
|
il y a 3 ans |
|
envresolver_test.go
|
34e945a598
ci: remove uses of deprecated gotest.tools v2 (#9935)
|
il y a 3 ans |
|
errors.go
|
49e7f2d45d
Move compose v2 implementation under pkg/compose with dependencies
|
il y a 4 ans |
|
events.go
|
9668f600d1
project name MUST be lowercase
|
il y a 3 ans |
|
exec.go
|
a964d5587b
align cp command index management with exec command
|
il y a 3 ans |
|
filters.go
|
82ef998511
Ignore containers created outside compose
|
il y a 2 ans |
|
hash.go
|
986bc44549
service hash MUST exclude replicas
|
il y a 3 ans |
|
hash_test.go
|
986bc44549
service hash MUST exclude replicas
|
il y a 3 ans |
|
image_pruner.go
|
801678686c
add license to file
|
il y a 3 ans |
|
images.go
|
05e987dd0a
fix parsing of repository:tag
|
il y a 3 ans |
|
kill.go
|
fcfcc1524e
Apply compose model on `compose kill`, add `--remove-orphans`
|
il y a 3 ans |
|
kill_test.go
|
0b1c86726e
Add tests for filtering containers not created by Compose
|
il y a 2 ans |
|
logs.go
|
0f5b5ccbd0
detect replacement container is created and inform printer so it attach and don't stop
|
il y a 2 ans |
|
logs_test.go
|
0b1c86726e
Add tests for filtering containers not created by Compose
|
il y a 2 ans |
|
ls.go
|
2e96829607
Add gocritic to linters
|
il y a 3 ans |
|
ls_test.go
|
cb45c6f2df
Add unit tests for combinedConfigFiles logic ✅
|
il y a 3 ans |
|
metrics.go
|
2e96829607
Add gocritic to linters
|
il y a 3 ans |
|
pause.go
|
f6e96dd783
if command is ran with a compose file, apply the compose model, not just project name
|
il y a 3 ans |
|
port.go
|
053f20edab
port: improve error-handling if port not found (#10039)
|
il y a 3 ans |
|
printer.go
|
0f5b5ccbd0
detect replacement container is created and inform printer so it attach and don't stop
|
il y a 2 ans |
|
ps.go
|
b326a9da1d
don't filter by services if no filter was set
|
il y a 2 ans |
|
ps_test.go
|
0b1c86726e
Add tests for filtering containers not created by Compose
|
il y a 2 ans |
|
pull.go
|
24ff098252
compact TUI to monitor layers download progress
|
il y a 2 ans |
|
push.go
|
24ff098252
compact TUI to monitor layers download progress
|
il y a 2 ans |
|
remove.go
|
eb1c798912
support dry-run for rm command
|
il y a 2 ans |
|
restart.go
|
e831ea826b
add support for `restart` for `depends_on`
|
il y a 2 ans |
|
run.go
|
b5f0a4eefa
use containers we expect to start for wait condition
|
il y a 2 ans |
|
secrets.go
|
5c1484ece6
apply uid/gid when creating secret from environment
|
il y a 3 ans |
|
start.go
|
9ac0392baf
introduce --timeout on `up`
|
il y a 2 ans |
|
stop.go
|
f6e96dd783
if command is ran with a compose file, apply the compose model, not just project name
|
il y a 3 ans |
|
stop_test.go
|
18ce1f41b7
replace deprecated functions
|
il y a 3 ans |
|
top.go
|
9668f600d1
project name MUST be lowercase
|
il y a 3 ans |
|
up.go
|
24f83271f2
don't assume os.Stdout and rely on dockerCLI.streams
|
il y a 3 ans |
|
watch.go
|
313b82e94c
ignore services without a build section
|
il y a 2 ans |
|
watch_test.go
|
c15bf1955a
debounce refresh requests with quietperiod
|
il y a 2 ans |