Introducing Bowline.io

I’m introducing my new tool Bowline.io – a tool to tie your Docker images to a build process. It has a bunch of features that I’m rather proud of:

And what it really boils down to is that it’s kind of a Dockerhub clone that you can run on your own hardware. Sort of how you might use Dockerhub Enterprise, but, it’s open source. You can just spin it up and use it to your heart’s content. Check out the documentation on how to run it locally for yourself – you won’t be surprised to find out that it runs in Docker itself.

It’s what happened to my “asterisk autobuilder for docker” I wrote about in a previous post. That tool was working out rather well for me, and when I went to extend what was previously an IRC bot to handle multiple builds – I realized that I could extend it to a web app with some ease (It’s a NodeJS application, and already was starting to expose an API).

I’ve got even more plans for it in the future, some of which are:

Feel free to give it a try @ Bowline.io – I’m looking forward to having more guinea pigs check it out, use the hosted version @ Bowline.io, or running it on their own boxen – or best yet! Contributing a PR or two against it.