Skip to content

Added support for exec via CLI and some bugfixes

Compare
Choose a tag to compare
@dselans dselans released this 02 Dec 21:54
· 96 commits to master since this release

This is a minor bugfix release:

  • Added support for docker exec's
  • Updated public_port_for() to utilize the correct port_binding structure (since latest refactor)
  • Updated/fixed stop_containers() to correctly lookup containers by:
    • by name IF no public_ports are defined
    • Otherwise, lookup containers by first public_port

Changelog: v1.8.3...v1.8.4