Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/monolithprojects/docker-systemd-centos7

Systemd enabled CentOS7 docker image and pre-created ansible user
https://github.com/monolithprojects/docker-systemd-centos7

ansible centos centos7 docker molecule systemd

Last synced: about 1 month ago
JSON representation

Systemd enabled CentOS7 docker image and pre-created ansible user

Awesome Lists containing this project

README

        

# CentOS7 Ansible Test Image




Docker image with centos7 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-centos7/tags?page=1)

## How-to

1. Run command `docker pull monolithprojects/systemd-centos7:`
2. Run a container from the image: `docker run --detach --privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro monolithprojects/systemd-centos7:latest`

## License

MIT