Autoscaling GitLab CI Runners with Docker Machine and AWS Spot Instances

Code quality is always a top priority for us. We want to know that our code works every time and when it stops working we want to know immediately. We use GitLab CI to run our tests every time we push new code and before every deployment. GitLab CI lets u… Read more

Similar

How to Set Up a Self-Hosted Docker Repo

Docker is a quite popular technology in developers world, better part of all the new projects were built with Docker. At least, Docker has a reputation of a great tool for software distribution. For reference, we use it in our project Ambar. It's a docume...

Read more »