In my last article, Docker Series — Creating your first Dockerfile, we talked through a Dockerfile line by line. As mentioned last time, a… (more…)
Read more »
Imagine a small Docker Swarm. The old school Swarm, not swarm-mode. On this Swarm cluster we run a myriad of different microservices that… (more…)
Read more »
I use docker compose pretty much for everything. I remember at one point I even was maintaing a production application with docker compose. I would copy the docker-compose.yml file to the server and then start the containers manually. (more…)
Read more »
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 »
This is a short tutorial on how we at Recruitee are running Phoenix
and other Elixir applications with Docker. On production.
Read more »