https://github.com/monolithprojects/docker-systemd-fedora33
Fedora 33 docker image with systemd enabled and pre-created ansible user
https://github.com/monolithprojects/docker-systemd-fedora33
ansible docker-image fedora33 molecule systemd
Last synced: 2 months ago
JSON representation
Fedora 33 docker image with systemd enabled and pre-created ansible user
- Host: GitHub
- URL: https://github.com/monolithprojects/docker-systemd-fedora33
- Owner: MonolithProjects
- License: mit
- Created: 2020-11-01T10:25:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-23T09:57:25.000Z (over 5 years ago)
- Last Synced: 2025-03-16T20:21:26.457Z (over 1 year ago)
- Topics: ansible, docker-image, fedora33, molecule, systemd
- Language: Dockerfile
- Homepage: https://hub.docker.com/repository/docker/monolithprojects/systemd-fedora33
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fedora33 Ansible Test Image
[](https://github.com/MonolithProjects/docker-systemd-fedora33/actions)
[](https://hub.docker.com/repository/docker/monolithprojects/systemd-fedora33)
[](https://hub.docker.com/repository/docker/monolithprojects/systemd-fedora33)
[](https://hub.docker.com/repository/docker/monolithprojects/systemd-fedora33)
Docker image with fedora33 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-fedora33/tags?page=1)
## How-to
1. Pull image with command `docker pull monolithprojects/systemd-fedora33:latest`
2. Run the container from the image: `docker run --detach --privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro monolithprojects/systemd-fedora33:latest`
## License
MIT