This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
v1.0.9
New
- Add arm64 binaries for linux & darwin
Compose
- Add support for configs field in compose files
- Add support for
--timeout
,--scale
,--no-build
,--abort-on-container-exit
,--exit-code-from
,--no-deps
incompose up
- Add support for
--log-level
compose flag - Add support for
compose create --force-recreate
and--no-recreate
- Add support for
compose rm
,compose exec
,compose pause
,compose unpause
- Add support for
--timeout
oncompose stop
andcompose down
- Add support for
--quiet
in several commands - Add support for
--rmi
and--volumes
option oncompose down
- Add support for
--timestamps
incompose logs
- Add support for
-f
shorthand incompose logs
to follow logs - Add support for network mode defined in compose file
- Add
—all
option tocompose ls
- Improved display of container status & health in
compose ps
- Display warning if
compose down
did not remove any resource - Make color assignment predictable and add option to disable prefixes/colors in Compose logs
- Add container label
com.docker.compose.project.environment_file
if--env-file
specified
Azure integration
- Add Azure sovereign cloud support (Thx to @karolz-ms)
Bug fixes and minor changes
- Fix weird logging output
- Fix progress display with weird duration values in some cases
- Fix orphans warning when
compose up SERVICE
orcompose run
- Fix a race condition when
compose down --remove-orphans
- Detect stopped containers as "Created" when starting again
- Non-tty progress write to stdout
- OS ENV has precedence over env file