https://github.com/buluma/docker-debian-systemd
Container to test Ansible roles in, including capabilities to use systemd facilities.
https://github.com/buluma/docker-debian-systemd
debian docker docker-container docker-image
Last synced: about 2 months ago
JSON representation
Container to test Ansible roles in, including capabilities to use systemd facilities.
- Host: GitHub
- URL: https://github.com/buluma/docker-debian-systemd
- Owner: buluma
- License: apache-2.0
- Created: 2022-02-05T06:13:46.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-08-12T01:05:20.000Z (10 months ago)
- Last Synced: 2025-11-19T20:25:52.674Z (7 months ago)
- Topics: debian, docker, docker-container, docker-image
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/buluma/debian-systemd
- Size: 89.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Docker Debian Systemd
=====================
This Dockerfile can build containers capable to use systemd.
[](https://github.com/buluma/docker-debian-systemd)
Branches
--------
This repository has multiple branches that relate to Debian versions.
|Branch |Debian Version |Docker image tag|
|--------|--------------------|----------------|
|master |latest (bookworm/12)|latest |
|bullseye|bullseye (11) |bullseye |
|buster |buster (10) |buster |
Pull strategy
-------------
The different branches are **not** merged, they live as individual branches.
Manually starting
-----------------
```
docker run \
--tty \
--privileged \
--volume /sys/fs/cgroup:/sys/fs/cgroup:ro \
buluma/debian
```