docker-py
docker-py copied to clipboard
Add stream and timestamp args to client.build
Some of the docker builds I'm working with take over an hour. Waiting that long to see the output is not sufficient.
This adds the option to see the output in realtime in your CI/CD output instead of only inspecting the logs after it is complete.
Related issue but for the docker exec command: https://github.com/docker/docker-py/issues/2556