-
Migrating from Docker Cloud to Docker Swarm with Portainer
The announcement that Docker Cloud is shutting down was sudden for everyone. It wasn't much of a surprise as it wasn't updated in a long time. But lack of transparency/reponse from Docker and the decision of giving only 60 days to migrate out of DC made a lot of…
-
Improving UI of a Chinese car head unit
Last couple of years I had the pleasure (and sometimes lack thereof) to drive a variety of different cars mostly due to not owning a car and having to rent one when needed. Some of them were cute, some were my childhood dreams and then there was Tesla Model S.…
-
Cheapest ($6.86) hosted InfluxDB, Chronograf and Kapacitor with Hyper.sh
The TICK stack is a very powerful architecture for managing time-series data. It can be used for everything from monitoring server infrastructure to process IoT data. Unfortunately hosted InfluxCloud starts at $99 a month which might be too much when considering it for experiments or prototypes. Thankfully Matt pointed me…
-
Making projects more accessible for the new contributors
What all big, successful projects like Django, Ruby on Rails, Node.js have in common? None of them has a single maintainer. They may have started as small, one person side projects, but what made them grow were outside contributions. There are a lot of great ideas in projects/repositories…
-
Build, tag and push Docker images using Travis CI
Docker Hub has Automated Builds capability to automatically build an image when you push changes to repository. It does its job perfectly. But sometimes you need more control over this process like tagging or triggering build of dependent images. You can do this by using Travis CI and adding following…