Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/monolithprojects/docker-systemd-centos8
Systemd enabled CentOS8 docker image with pre-created ansible user
https://github.com/monolithprojects/docker-systemd-centos8
ansible centos centos8 docker molecule systemd
Last synced: 23 days ago
JSON representation
Systemd enabled CentOS8 docker image with pre-created ansible user
- Host: GitHub
- URL: https://github.com/monolithprojects/docker-systemd-centos8
- Owner: MonolithProjects
- Created: 2020-01-05T23:03:04.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-18T14:15:38.000Z (almost 4 years ago)
- Last Synced: 2024-05-01T18:08:24.742Z (6 months ago)
- Topics: ansible, centos, centos8, docker, molecule, systemd
- Language: Dockerfile
- Homepage: https://hub.docker.com/repository/docker/monolithprojects/systemd-centos8
- Size: 19.5 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CentOS8 Ansible Test Image
Docker image with centos8 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-centos8/tags?page=1)## How-to
1. Run command `docker pull monolithprojects/systemd-centos8:latest`
2. Run a container from the image: `docker run --detach --privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro monolithprojects/systemd-centos8:latest`## License
MIT