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

https://github.com/robertdebock/docker-ubuntu-systemd

Container to test Ansible roles in, including capabilities to use systemd facilities
https://github.com/robertdebock/docker-ubuntu-systemd

Last synced: over 1 year ago
JSON representation

Container to test Ansible roles in, including capabilities to use systemd facilities

Awesome Lists containing this project

README

          

Docker Ubuntu Systemd
=====================

This Dockerfile can build containers capable to use systemd.

[![ubuntu build status](https://img.shields.io/docker/cloud/build/robertdebock/ubuntu.svg)](https://hub.docker.com/repository/docker/robertdebock/ubuntu)

Branches
--------

This repository one branche that relate to Ubuntu a version.

|Branch |Ubuntu Version |Docker image tag|
|-------|----------------------|----------------|
|master |noble (24.04) |latest |
|jammy |jammy (22.04) |jammy |
|focal |focal fossa (20.04) |focal |

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 \
robertdebock/ubuntu
```