https://github.com/robertdebock/docker-fedora-systemd
Container to test Ansible roles in, including capabilities to use systemd facilities
https://github.com/robertdebock/docker-fedora-systemd
Last synced: about 1 year ago
JSON representation
Container to test Ansible roles in, including capabilities to use systemd facilities
- Host: GitHub
- URL: https://github.com/robertdebock/docker-fedora-systemd
- Owner: robertdebock
- License: apache-2.0
- Created: 2019-09-20T08:26:04.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-05T09:39:21.000Z (over 1 year ago)
- Last Synced: 2025-06-13T09:59:25.047Z (about 1 year ago)
- Language: Dockerfile
- Homepage: https://robertdebock.nl/
- Size: 42 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
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://hub.docker.com/repository/docker/robertdebock/fedora)
Branches
--------
This repository has multiple branches that relate to Fedora versions.
|Branch |Fedora Version|Docker image tag|
|-------|--------------|----------------|
|40 |40 |40 |
|master |latest (41) |latest |
|rawhide|rawhide (42) |rawhide |
Pull strategy
-------------
The different branches are **not** merged, they live as individual branches.
Manually starting
-----------------
```shell
docker run \
--tty \
--privileged \
--volume /sys/fs/cgroup:/sys/fs/cgroup:ro \
robertdebock/fedora
```