https://github.com/robertdebock/docker-debian-systemd
Container to test Ansible roles in, including capabilities to use systemd facilities
https://github.com/robertdebock/docker-debian-systemd
Last synced: 8 months ago
JSON representation
Container to test Ansible roles in, including capabilities to use systemd facilities
- Host: GitHub
- URL: https://github.com/robertdebock/docker-debian-systemd
- Owner: robertdebock
- License: apache-2.0
- Created: 2019-09-20T13:35:28.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-08T13:59:17.000Z (over 2 years ago)
- Last Synced: 2025-02-16T10:28:52.177Z (over 1 year ago)
- Language: Dockerfile
- Size: 24.4 KB
- Stars: 14
- Watchers: 3
- Forks: 6
- 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://hub.docker.com/repository/docker/robertdebock/debian)
Branches
--------
This repository has multiple branches that relate to Debian versions.
|Branch |Debian Version |Docker image tag|
|--------|--------------------|----------------|
|master |latest (trixie/13) |latest |
|bookworm|bookworm (12) |bookworm |
|bullseye|bullseye (11) |bullseye |
Pull strategy
-------------
The different branches are **not** merged, they live as individual branches.
Manually starting
-----------------
```bash
docker run \
--tty \
--privileged \
--volume /sys/fs/cgroup:/sys/fs/cgroup:ro \
robertdebock/debian
```