https://github.com/monolithprojects/docker-systemd-fedora37
Fedora 37 docker image with systemd enabled and pre-created ansible
https://github.com/monolithprojects/docker-systemd-fedora37
Last synced: 3 months ago
JSON representation
Fedora 37 docker image with systemd enabled and pre-created ansible
- Host: GitHub
- URL: https://github.com/monolithprojects/docker-systemd-fedora37
- Owner: MonolithProjects
- License: mit
- Created: 2022-12-23T18:36:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-23T18:45:27.000Z (over 3 years ago)
- Last Synced: 2025-06-07T19:45:54.939Z (about 1 year ago)
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fedora 37 Ansible Test Image
[](https://github.com/MonolithProjects/docker-systemd-fedora37/actions/workflows/main.yml)
[](https://hub.docker.com/repository/docker/monolithprojects/systemd-fedora37)
[](https://hub.docker.com/repository/docker/monolithprojects/systemd-fedora37)
[](https://hub.docker.com/repository/docker/monolithprojects/systemd-fedora37)
Docker image with Fedora 37 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`
- `` for the list of the tags see the [Docker Hub](https://hub.docker.com/repository/docker/monolithprojects/systemd-fedora37/tags?page=1)
## How-to
1. Pull image with command `docker pull monolithprojects/systemd-fedora37:latest`
2. Run the container from the image: `docker run --detach --privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro monolithprojects/systemd-fedora37:latest`
## License
MIT