Docker

How Does Dockers Decision of Sunsetting Free Team Organizations Impacts You

How Does Dockers Decision of Sunsetting Free Team Organizations Impacts You

Even if you don’t have a team organization and what you can do about it. Docker Inc. continues on its course of eliminating free offerings: Now the "Docker Free Team" model has to take its turn. With the «Free Team Organizations» offering, it was possible to publish public container images for free in Docker Hub. Many open-source projects have taken advantage of the offer; however, the impact is affecting everyone.… Read on

Categories:
Read More
Lifting Developers’ Productivity with BuildKit CLI for kubectl

Lifting Developers’ Productivity with BuildKit CLI for kubectl

Developing and testing software on Kubernetes usually means building and moving container images from the developer workstation to a container registry, and ultimately, Kubernetes. When considering all the moving parts, the complexity and context switches break the development flow. Gone are the days where developers just hit a command and a few seconds later the newly built software is ready for testing.

What if there was some magical tool that you could simply feed instructions like: “Build this Dockerfile here and replace any existing image on that Kubernetes cluster with the results!” ASAP. Spoiler Alert! That is exactly what BuildKit CLI for kubectl is there to do.

… Read on

Categories:
Read More