- Will ignore files on .dockerignore
- Breaking changes:
This new release passes all parameters directly
as create options when using
run()
andrunLinked()
. Parameters now should be formatted the same way as in dockerode.
- Don't hardcode docker socket path. Use dockerode defaults
- Use dockerode 2.3.1
- Allows to pass entrypoint as a string
- Adds tests for entrypoint and command
- Fix premature approval of build test
- Remove unnecessary logs
- Fix bug that was buffering all the logs until the run completed. Now they're streamed during the execution.
.run
accepts a log handler function
.build(..)
resolves to a stream now- Doesn't throw noisy logs. Uses
debug()
instead ofconsole.log()