My first 5 years at Docker

February 15th, 2017 was my 5th year anniversary of joining dotCloud/Docker. I have been thinking a lot about those 5 years at Docker, and thought it would make for a good blog post. This is going to be fairly long, but I think it will be worth it to see h… Read more

Similar

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 »

Homebrew, but with Docker images

Whalebrew creates aliases for Docker images so you can run them as if they were native commands. It's like Homebrew, but everything you install is cleanly packaged up in a Docker image.

Read more »