https://github.com/monolithprojects/docker-systemd-fedora40
https://github.com/monolithprojects/docker-systemd-fedora40
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/monolithprojects/docker-systemd-fedora40
- Owner: MonolithProjects
- License: mit
- Created: 2024-06-16T17:40:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-16T18:05:02.000Z (about 2 years ago)
- Last Synced: 2025-10-21T12:41:00.759Z (8 months ago)
- Language: Dockerfile
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fedora 40 Ansible Test Image
[](https://github.com/MonolithProjects/docker-systemd-fedora40/actions/workflows/publish.yml)
[](https://hub.docker.com/repository/docker/monolithprojects/systemd-fedora40)
[](https://hub.docker.com/repository/docker/monolithprojects/systemd-fedora40)
Docker image with Fedora 40 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-fedora40/tags?page=1)
## How-to
1. Pull image with command `docker pull monolithprojects/systemd-fedora40:latest`
2. Run the container from the image: `docker run --detach --privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro monolithprojects/systemd-fedora40:latest`
## License
MIT