https://github.com/buluma/docker-fedora-systemd
Fedora Container to test Ansible roles in, including capabilities to use systemd facilities.
https://github.com/buluma/docker-fedora-systemd
ansible automation docker molecule
Last synced: 4 months ago
JSON representation
Fedora Container to test Ansible roles in, including capabilities to use systemd facilities.
- Host: GitHub
- URL: https://github.com/buluma/docker-fedora-systemd
- Owner: buluma
- License: apache-2.0
- Created: 2022-02-05T08:08:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-06-14T16:05:38.000Z (about 1 year ago)
- Last Synced: 2025-06-14T16:38:11.817Z (about 1 year ago)
- Topics: ansible, automation, docker, molecule
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/buluma/fedora-systemd
- Size: 48.8 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Docker Fedora Systemd
=====================
This Dockerfile can build containers capable to use systemd.
[](https://github.com/buluma/docker-fedora-systemd/actions/workflows/build-push-action.yml)












Branches
--------
This repository has multiple branches that relate to Fedora versions.
|Branch |Fedora Version|Docker image tag|
|-------|--------------|----------------|
|41 |41 |41 |
|master |latest (42) |latest |
|rawhide|rawhide (43) |rawhide |
Pull strategy
-------------
The different branches are **not** merged, they live as individual branches.
Manually starting
-----------------
```
docker run \
--tty \
--privileged \
--volume /sys/fs/cgroup:/sys/fs/cgroup:ro \
buluma/fedora-systemd
```