An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

Docker Debian Systemd
=====================

This Dockerfile can build containers capable to use systemd.

[![debian build status](https://img.shields.io/docker/cloud/build/robertdebock/debian.svg)](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
```