Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

v1.0.12

Choose a tag to compare

@github-actions github-actions released this 02 Apr 12:28
· 605 commits to main since this release
d625f08

New

  • docker compose up and build can build/run containers agains Docker Windows engine
  • Add docker compose restart command
  • Add docker compose port command
  • Support build.context pointing to git URLs in Composefile
  • Support port.hostIP in Composefile
  • Support service.logging, shm_size, tmpfs, ipc options in Composefile
  • Support compose config options: --services, --volumes, --hash, --no-interpolate, --profiles
  • Support compose pull --ignore-pull-failure

Bug fixes

  • Fis progress display on windows not detecting properly terminal size
  • Fix arm packaging (binary name inside package)
  • Fix Ctrl+C terminate attached container but not docker compose execution (#1447)
  • Fix strange character output in compose exec and compose run (#1453)