Skip to content

MonolithProjects/docker-systemd-fedora33

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fedora33 Ansible Test Image

GitHub Actions DockerHub-layers DockerHub-pulls DockerHub

Docker image with fedora33 and enabled systemd. Image is updated with the latest software updates on the 1st day in the month. Image contains also ansible user (UID/GID 1000) with NOPASSWD:ALL sudo rights.

Note: This docker image is ment to be used for Molecule Ansible tests and development purpose. I do not recomend to use it in production.

Tags

  • latest
  • <monthly build timestamp> for the list of the tags see the Docker Hub

How-to

  1. Pull image with command docker pull monolithprojects/systemd-fedora33:latest
  2. Run the container from the image: docker run --detach --privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro monolithprojects/systemd-fedora33:latest

License

MIT