How to get awesome Docker profiles in Windows Terminal?

How to get awesome Docker profiles in Windows Terminal?

Windows Terminal showing docker containers and images? Of course it is possible! We can easily start a new shell directly inside of a container, or attach to an already running one by simply selecting a profile from a drop-down. Solution We are using Windows Terminal...
How to install and connect to Docker on WSL?

How to install and connect to Docker on WSL?

Have you ever tried replacing Docker Desktop by installing Docker on your WSL instance to discover that now you don’t even know how to connect to it from CLI or other development tools? Have you ever got following error message when trying to use Docker CLI?...
How to run microk8s on your WSL Ubuntu 22.04?

How to run microk8s on your WSL Ubuntu 22.04?

You probably have your own reasons why to run microk8s, for me it started with finding a way to try out Cilium. I wanted an easy and resource optimal solution, also something that is not limited to development use cases and allows for occasional deep dive. Easy,...