Tag: Desktop

Switching from Docker Desktop to Podman on macOS M1/M2 ARM64 CPU

Background In a previous post, I discussed how to replace Docker Desktop with Minikube and Hyperkit on older AMD64 architecture machines running macOS. However, with the introduction of the new M1/M2 machines that use ARM64 architecture CPUs, Hyperkit is not compatible wi...

How to setup and create your own Linux desktop environment in the cloud and why do it?

Benefits of Digital Ocean over other cloud providers I’ve been using Digital Ocean (DO) for few months now and I am starting to see why this cloud provider is my go to for quickly spinning up new Linux VMs with way less complexities involved. DO has been a tiny competitor to the hyperscaler...

How to use Docker on Windows 10 (without Docker Desktop)

In this tutorial I will show you how to run Docker on Windows 10 without installing Docker Desktop (which is paid software). 1. Check if you have WSL 2 enabled on your system Type this command in PowerShell: wsl -l -v You should see version 2 of WSL, if not you will need to instal...