Compose
- Support
platform
attribute in Compose file - Support
build.labels
,dns
,dns_search
,dns_options
,extra_hosts
,security_opt
,userns_mode
,stop_grace_period
,privileged
,isolation
attributes in Compose file - Add arm64 support to linux install script (Thx to @AaronDewes)
- Add
docker compose events
command - Add
docker compose top
command - Support connection options (
--host
,--tls
, ...) indocker compose
comands - Support
compose up
options:--renew-anon-volumes
,--always-recreate-deps
,--attach-dependencies
,quietPull
- Support
compose build
options--pull
,--progress
,--build-arg
- Support
compose pull --include-deps
- Support
compose push --ignore-push-failures
- Support
compose run
options-v
,-p
,--service-ports
,--use-aliases
- Re-attach to container after restart
- Deprecate
docker compose --workdir
(still available for compatibility as an alias for--project-dir
) - Fix
compose up --build
not forcing rebuild of images - Fix COMPOSE_PROJECT_NAME set in .env file or shell, Fixes #1432