rafecolton / docker-builder

Docker builder builds Docker images from a friendly config file.
MIT License
80 stars 11 forks source link

Removing DockerCmd type-based conditional from build loop #95

Closed rafecolton closed 10 years ago

rafecolton commented 10 years ago

Also resulting in the removal of the Type() function from the DockerCmd interface

Addresses https://github.com/modcloth/docker-builder/issues/94

jszwedko commented 10 years ago

:shipit: