July 2019

Changing credentials on Docker Swarm Services

  • 2019-07-01
  • php, docker, devops, swarm, security

This post will give you and overview on how docker performs the authentication into image registries,
and how changes to the credentials alters the workflow when multiple nodes are involved.

June 2019

Traps on the way of Blue-Green deployments

  • 2019-06-14
  • php, docker, devops, swarm

Docker (as well as Kubernetes) gives you a way to update your applications with no-downtime through a strategy called Blue-Green deployment. Here we can see a common trap (and solution) when building PHP-based applications and doing blue-green deployments.

Want more info?