A POSIX Playground Container for Shell Script Testing
After exploring portable scripting in the previous article, I built a container available on Docker Hub, useful for testing and experimentation.
After exploring portable scripting in the previous article, I built a container available on Docker Hub, useful for testing and experimentation.
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.