Category: Docker

Alternatives to Docker Desktop

By Hugo Guerrero on 2022-02-09

Last year Docker announced a change in their subscription service agreement that limited the free usage of Docker Desktop effective August 31, 2021, with a grace period until January 31, 2022. The grace period is over, so what are your options if you don’t fall in any of the allowed categories to keep it running for free or if you just want to look for alternatives? In this post, we will go over podman and rancher desktop to check if they can replace Docker Desktop usage.

#containers #docker #rancher desktop #podman

Read more of Alternatives to Docker Desktop

Three ways to run Kubernetes in your laptop with Docker

By Hugo Guerrero on 2021-04-09

In the past, running a Kubernetes cluster on your laptop required several servers to get started or running heavyweight Virtual Machines in your local environment. Different projects began in recent years to make it easier to get started with Kubernetes in your computer and remove the dependency with VMs. This post will cover 3 of them to help you o get started with Kubernetes on your laptop just by using Docker.

#kubernetes #docker #minikube #kind #k3d

Read more of Three ways to run Kubernetes in your laptop with Docker