remind101 / conveyor

A fast build system for Docker images.
http://engineering.remind.com/introducing-conveyor/
BSD 2-Clause "Simplified" License
221 stars 24 forks source link

Disable tty. #14

Closed ejholmes closed 9 years ago

ejholmes commented 9 years ago

This will disable allocating a tty for the build command, which will prevent docker from using ascii escape sequences for push/pull which were making logs long and difficult to read.

benguillet commented 9 years ago

:+1: