What's new
-
It is now possible to pass
--init
to a container to start it with Docker's built-in simple init process. This is required for some applications (including Node.js) to respond correctly to signals. (#74 - thanks to @pameck for the original issue report and pull request) -
The docs now have pages with tips for working with Golang and Node.js.
Getting started
First time using batect? Take a look at the getting started guide, or the many sample projects.
How to upgrade from previous versions
If you're already using batect, run ./batect --upgrade
to upgrade automatically.