Added support for exec via CLI and some bugfixes
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