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
- Host: GitHub
- URL: https://github.com/robertdebock/docker-ubuntu-systemd
- Owner: robertdebock
- License: apache-2.0
- Created: 2019-09-20T12:41:28.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-26T12:07:03.000Z (about 2 years ago)
- Last Synced: 2025-02-16T10:28:52.634Z (over 1 year ago)
- Language: Dockerfile
- Homepage: https://robertdebock.nl/
- Size: 39.1 KB
- Stars: 36
- Watchers: 5
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Docker Ubuntu Systemd
=====================
This Dockerfile can build containers capable to use systemd.
[](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
```