Base images used by uniget-org/tools
Ubuntu 22.04 / 24.04 plus a few useful tools
Ubuntu 22.04 / 24.04 plus tools for building C/C++
Alpine 3.19 / 3.20 plus a few useful tools
Alpine 3.19 / 3.20 plus tools for building C/C++
Wolfi OS plus tools for building C/C++
SystemD enabled Ubuntu 24.04
The following command starts systemd in the container:
docker run \
--interactive \
--tty \
--rm \
--privileged \
--cgroupns=host \
--volume /sys/fs/cgroup:/sys/fs/cgroup:rw \
ghcr.io/nicholasdille/systemd-uniget \
bash
If running in WSL, you may need to enforce cgroupv2 exclusively in .wslconfig
:
[wsl2]
kernelCommandLine=cgroup_no_v1=all systemd.unified_cgroup_hierarchy=1