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

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

Debian 11 docker image with systemd enabled and pre-created ansible user
https://github.com/monolithprojects/docker-systemd-debian11

Last synced: 5 months ago
JSON representation

Debian 11 docker image with systemd enabled and pre-created ansible user

Awesome Lists containing this project

README

          

# Debian 11 Ansible Test Image

[![GitHub Actions](https://github.com/MonolithProjects/docker-systemd-debian11/workflows/Dockerfile%20test/badge.svg?branch=main)](https://github.com/MonolithProjects/docker-systemd-debian11/actions)
[![DockerHub-ImageSize](https://img.shields.io/docker/image-size/monolithprojects/systemd-debian11)](https://hub.docker.com/repository/docker/monolithprojects/systemd-debian11)
[![DockerHub-pulls](https://img.shields.io/docker/pulls/monolithprojects/systemd-debian11)](https://hub.docker.com/repository/docker/monolithprojects/systemd-debian11)
[![DockerHub](https://img.shields.io/docker/cloud/automated/monolithprojects/systemd-debian11)](https://hub.docker.com/repository/docker/monolithprojects/systemd-debian11)

Docker image with Debian 11 and enabled systemd. Image contains also `ansible` user (UID/GID 1000) with NOPASSWD:ALL sudo rights.
This docker image is ment to be used for 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-debian11/tags?page=1)

## How-to

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

## License

MIT

## Author Information

Created in 2021 by Michal Muransky