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