terra-ops / terra-cli

The Terra Command Line Interface
http://terra.readthedocs.org
GNU General Public License v2.0
48 stars 17 forks source link

Fixing Docker validation error when enabling environment. (dev-fixed-ports) #107

Closed proofoftom closed 8 years ago

proofoftom commented 8 years ago

Same as #106 except with a host variable for the load port. Apparently when using a host variable a string works i.e. "80:80", but without i.e. ":80" validation fails and the new validation requires an integer. This PR formats the load port as it's the only port concerned about this format currently.

jonpugh commented 8 years ago

Thanks @tommycox !