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

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

Fedora 31 docker image with systemd enabled and pre-created ansible user
https://github.com/monolithprojects/docker-systemd-fedora31

Last synced: 4 months ago
JSON representation

Fedora 31 docker image with systemd enabled and pre-created ansible user

Awesome Lists containing this project

README

          

# Fedora31 Ansible Test Image

[![GitHub Actions](https://github.com/MonolithProjects/docker-systemd-fedora31/workflows/Dockerfile%20test/badge.svg?branch=master)](https://github.com/MonolithProjects/docker-systemd-fedora31/actions)
[![DockerHub-layers](https://img.shields.io/microbadger/layers/monolithprojects/systemd-fedora31)](https://hub.docker.com/repository/docker/monolithprojects/systemd-fedora31)
[![DockerHub-pulls](https://img.shields.io/docker/pulls/monolithprojects/systemd-fedora31)](https://hub.docker.com/repository/docker/monolithprojects/systemd-fedora31)
[![DockerHub](https://img.shields.io/docker/cloud/automated/monolithprojects/systemd-fedora31?maxAge=2592000)](https://hub.docker.com/repository/docker/monolithprojects/systemd-fedora31)

:heavy_exclamation_mark: DEPRECATED :heavy_exclamation_mark:

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

## How-to

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

## License

MIT