All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Only add network aliases for the default network.
- Upgrade dependencies.
- Update the
--volumes
flag description in thedown
command to properly reflect that it does not remove named volumes. - Add support for
cgroup
anduts
in service definition. - Make
network_mode
andnetworks
mutually exclusive attributes.
- Let container device be optional.
- Do not create directories with
--dry-run
.
- Do not fail if bind mount directory cannot be created.
- Make
stop_grace_period
work. - Ensure that bind mounts that do not exist are created.
- Add default network aliases.
- Properly fix
--entrypoint
and--health-cmd
arguments.
- Fix
--entrypoint
and--health-cmd
arguments. - Hide extra output on
up
command.
docker compose
flags.up
command.down
command.create
command.rm
command.start
command.stop
command.restart
command.kill
command.pause
command.unpause
command.run
command.exec
command.cp
command.events
command.logs
command.ps
command.top
command.port
command.ls
command.convert
command.version
command.help
command.- Nice progress indicators.
- Compose file (de)serialisation.
- Compose file value interpolation.