moby--moby/opts
Tony Abboud 135f8f9674 Add error checking for hostPort range
This fix catches the case where there is a single container port
and a dynamic host port and will fail out gracefully
Example docker-compose.yml snippet:
    port:
        ports:
            - "8091-8093:8091"
            - "80:8080"

Signed-off-by: Tony Abboud <tdabboud@hotmail.com>
2017-01-13 18:05:51 -05:00
..
env.go
env_test.go
hosts.go Merge pull request #29697 from yuexiao-wang/fix-docker-daemon 2017-01-04 11:55:38 +01:00
hosts_test.go
hosts_unix.go
hosts_windows.go
ip.go
ip_test.go
mount.go
mount_test.go
opts.go
opts_test.go
opts_unix.go
opts_windows.go
port.go Add error checking for hostPort range 2017-01-13 18:05:51 -05:00
port_test.go
quotedstring.go Trim quotes from TLS flags. 2017-01-03 15:58:41 -05:00
quotedstring_test.go Trim quotes from TLS flags. 2017-01-03 15:58:41 -05:00
runtime.go
secret.go
secret_test.go
throttledevice.go Improve usage output for docker run 2016-12-30 17:35:46 +01:00
ulimit.go
ulimit_test.go
weightdevice.go Improve usage output for docker run 2016-12-30 17:35:46 +01:00