DevOps, Docker, and Empathy

Just because we’re using containers doesn’t mean that we “do DevOps.”
Docker is not some kind of fairy dust that you can sprinkle around
your code and applications to deploy faster. It is only a tool,
albeit a very powerful one. And like every tool, it ca… Read more

Similar

Docker Swarm Lessons from Swarm3K

This is a guest post by Prof. Chanwit Kaewkasi, Docker Captain who organized Swarm3K - the largest Docker Swarm cluster to date. Swarm3K Review Swarm3K was the second collaborative project trying to form a very large Docker cluster with the Swarm mode.

Read more »

Docker Registry – Operations on API

Instead of using Docker CLI commands - we can communicate with Docker registry with GET/POST methods of Docker Registry HTTP API. Post include information for V2 of API. Example setup For our examples we use docker private registry in container. Currently... (more…)

Read more »