Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 15 days 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.

[![Docker Pulls](https://img.shields.io/docker/pulls/buluma/debian-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
```