https://github.com/monolithprojects/docker-systemd-fedora39
https://github.com/monolithprojects/docker-systemd-fedora39
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/monolithprojects/docker-systemd-fedora39
- Owner: MonolithProjects
- License: mit
- Created: 2023-12-02T21:10:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-02T21:18:21.000Z (over 2 years ago)
- Last Synced: 2025-01-23T06:45:18.281Z (over 1 year ago)
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fedora 39 Ansible Test Image
[](https://github.com/MonolithProjects/docker-systemd-fedora39/actions/workflows/main.yml)
[](https://hub.docker.com/repository/docker/monolithprojects/systemd-fedora39)
[](https://hub.docker.com/repository/docker/monolithprojects/systemd-fedora39)
[](https://hub.docker.com/repository/docker/monolithprojects/systemd-fedora39)
Docker image with Fedora 39 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-fedora39/tags?page=1)
## How-to
1. Pull image with command `docker pull monolithprojects/systemd-fedora39:latest`
2. Run the container from the image: `docker run --detach --privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro monolithprojects/systemd-fedora39:latest`
## License
MIT