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
- Host: GitHub
- URL: https://github.com/monolithprojects/docker-systemd-debian11
- Owner: MonolithProjects
- License: mit
- Created: 2021-07-20T19:24:45.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-20T20:22:54.000Z (almost 5 years ago)
- Last Synced: 2025-05-29T17:41:47.698Z (about 1 year ago)
- Language: Dockerfile
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Debian 11 Ansible Test Image
[](https://github.com/MonolithProjects/docker-systemd-debian11/actions)
[](https://hub.docker.com/repository/docker/monolithprojects/systemd-debian11)
[](https://hub.docker.com/repository/docker/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