Skip to content

markaolson/docker-almalinux-systemd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-almalinux-systemd

Dockerfile that creates an AlmaLinux image with systemd installed.

The Docker image is intended to be used with Molecule for testing ansible roles.

Branches

Each branch in this repository contains a Dockerfile for a specific image version.

Branch Version Docker image tag
8.5 8.5 8.5
main latest latest

Run a container

docker run \
  --tty \
  --privileged \
  --volume /sys/fs/cgroup:/sys/fs/cgroup:ro \
  markaolson/alma-systemd:latest

About

Dockerfile to build an AlmaLinux image with systemd enabled

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published