PreviousNext

Bitbucket Pipelines and Docker for Continuous Delivery

by bill-s, 2018-02-14T21:05:45.755Z

Cloud services like Microsoft Azure do a great job of providing runtimes for webapps — you can deploy a web server from Visual Studio with a couple of clicks. But many applications don’t fit that mould — I found myself needing to deploy a custom MQTT server for IoT applications instead of paying a fortune for messaging services like PubNub. This is where containers come in handy.

Read More