DockerCLI/compose
Tony Abboud 74c29fde04 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
..
convert Add error checking for hostPort range 2017-01-13 18:05:51 -05:00
interpolation Replace vendor of aanand/compose-file with a local copy. 2016-12-27 16:17:24 -05:00
loader Replace vendor of aanand/compose-file with a local copy. 2016-12-27 16:17:24 -05:00
schema *: use opencontainers/go-digest package 2017-01-06 18:48:41 -08:00
template Replace vendor of aanand/compose-file with a local copy. 2016-12-27 16:17:24 -05:00
types Improve the error message for extends in stack deploy. 2017-01-11 11:57:24 -05:00