TL:DR: when testing Docker with "--icc=false" on Ubuntu Server 16.04.3 I found that br_netfilter was required but not configured by default. Even when... (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 »
On my last blog post I discussed about how some assumptions such as the platform developed on can affect our development. We need to minimize it by empowering the developers with good tools so that they can develop properly. To that end, I introduced runt... (more…)
Read more »
In Part 5, we'll dive into container orchestration with Amazon ECS as we move our staging and production environments to a more scaleable infrastructure. We'll also add the Docker Hub image registry and Amazon EC2 Container Registry. Finally, we'll utiliz... (more…)
Read more »