Image# Ubuntu 24.04 LTS Ansible Test Image
Docker image with Ubuntu 24.04 LTS and enabled systemd. Image contains also ansible user (UID/GID 1000) with NOPASSWD:ALL sudo rights.
This docker image is ment to be used for development purpose. I do not recomend to use it in production.
latest<monthly build timestamp>for the list of the tags see the Docker Hub
- Pull image with command
docker pull monolithprojects/systemd-ubuntu24:latest - Run the container from the image:
docker run --detach --privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro monolithprojects/systemd-ubuntu24:latest
MIT