docker-cli-openbsd/opts
Phil Estes d656c63b21 Allow IPv6 addresses in ExtraHosts option settings
Since the separator for extra host settings (for /etc/hosts in a
container) is a ":", the code that handles extra hosts needed to only
split on the first ":" to preserve IPv6 addresses which are passed via
the command line settings as well as stored in the JSON container
config.

Docker-DCO-1.1-Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com> (github: estesp)
2017-05-15 11:57:13 +02:00
..
envfile.go env-file: variable behavior 2017-05-15 11:57:12 +02:00
ip.go Fix inconsistency in IP address parsing errors 2017-05-15 11:57:12 +02:00
opts.go Allow IPv6 addresses in ExtraHosts option settings 2017-05-15 11:57:13 +02:00
opts_test.go Allow IPv6 addresses in ExtraHosts option settings 2017-05-15 11:57:13 +02:00