DockerCLI/compose/convert
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
..
compose.go Few stack deploy network fixes 2017-01-10 10:29:09 +01:00
compose_test.go Few stack deploy network fixes 2017-01-10 10:29:09 +01:00
service.go Add error checking for hostPort range 2017-01-13 18:05:51 -05:00
service_test.go Fix parsing resources from compose file for stack deploy. 2017-01-09 14:22:02 -05:00
volume.go Replace vendor of aanand/compose-file with a local copy. 2016-12-27 16:17:24 -05:00
volume_test.go Replace vendor of aanand/compose-file with a local copy. 2016-12-27 16:17:24 -05:00