https://github.com/monolithprojects/docker-systemd-debian10
Debian 10 image with systemd and pre-created ansible user.
https://github.com/monolithprojects/docker-systemd-debian10
Last synced: 6 months ago
JSON representation
Debian 10 image with systemd and pre-created ansible user.
- Host: GitHub
- URL: https://github.com/monolithprojects/docker-systemd-debian10
- Owner: MonolithProjects
- License: mit
- Created: 2020-03-29T16:49:53.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-06T08:42:40.000Z (almost 6 years ago)
- Last Synced: 2025-01-23T06:45:17.563Z (over 1 year ago)
- Language: Dockerfile
- Homepage: https://hub.docker.com/repository/docker/monolithprojects/systemd-debian10
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Debian 10 Ansible Test Image
[](https://github.com/MonolithProjects/docker-systemd-debian10/actions)
[](https://hub.docker.com/repository/docker/monolithprojects/systemd-debian10)
[](https://hub.docker.com/repository/docker/monolithprojects/systemd-debian10)
[](https://hub.docker.com/repository/docker/monolithprojects/systemd-debian10)
Docker image with debian10 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-debian10/tags?page=1)
## How-to
1. Run command `docker pull monolithprojects/systemd-debian10:latest`
2. Run a container from the image: `docker run --detach --privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro monolithprojects/systemd-debian10:latest`
## License
MIT
## Author Information
Created in 2020 by Michal Muransky