docker_container: add port range and IPv6 support for published_ports (#46596)

* Allow port ranges.

* Adding IPv6 support for published_ports.

* Die when hostname is passed instead of IP address.

* Added changelog.
This commit is contained in:
Felix Fontein
2018-10-08 11:53:24 +02:00
committed by John R Barker
parent ccfa6ff011
commit a74774488d
3 changed files with 200 additions and 14 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- "docker_container - published_ports now supports port ranges, IPv6 addresses, and no longer accepts hostnames, which were never used correctly anyway."