项目作者: MonolithProjects

项目描述 :
Systemd enabled CentOS8 docker image with pre-created ansible user
高级语言: Dockerfile
项目地址: git://github.com/MonolithProjects/docker-systemd-centos8.git
创建时间: 2020-01-05T23:03:04Z
项目社区:https://github.com/MonolithProjects/docker-systemd-centos8

开源协议:

下载


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
  • <monthly build timestamp> for the list of the tags see the Docker Hub

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