Jonathan Bowman

Tags: containers

A POSIX Playground Container for Shell Script Testing

Terminal window image

After exploring portable scripting in the previous article, I built a container available on Docker Hub, useful for testing and experimentation.

Using podman instead of docker on Windows Subsystem for Linux (WSL 2)

With Windows Subsystem for Linux (WSL) version 2, running Linux containers is possible and easy. However, Docker does not work without the docker daemon running, systemd is usually used to govern this, and WSL typically does not have systemd running.