https://github.com/buluma/docker-ubuntu-systemd
Ubuntu Container to test Ansible roles in, including capabilities to use systemd facilities.
https://github.com/buluma/docker-ubuntu-systemd
docker docker-container ubuntu
Last synced: 8 months ago
JSON representation
Ubuntu Container to test Ansible roles in, including capabilities to use systemd facilities.
- Host: GitHub
- URL: https://github.com/buluma/docker-ubuntu-systemd
- Owner: buluma
- License: mit
- Created: 2021-05-08T15:12:49.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-24T13:53:35.000Z (over 2 years ago)
- Last Synced: 2025-04-04T20:25:34.429Z (about 1 year ago)
- Topics: docker, docker-container, ubuntu
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/buluma/docker-ubuntu-systemd
- Size: 82 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Docker Ubuntu Systemd
=====================
[](https://github.com/buluma/docker-ubuntu-systemd/actions/workflows/build.yml) [](https://travis-ci.com/buluma/docker-ubuntu-systemd)
Branches
--------
This repository one branche that relate to Ubuntu a version.
|Branch |Ubuntu Version |Docker image tag|
|-------|----------------------|----------------|
|master |jammy (22.04) |latest |
|lunar |lunar lobster (23.04) |lunar |
|mantic |mantic rolling (23.10)|mantic |
|noble |noble devel (24.04) |devel |
|focal |focal fossa (20.04) |focal |
|bionic |bionic beaver (18.04) |bionic |
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/docker-ubuntu-systemd
```