Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-24T13:53:35.000Z (11 months ago)
- Last Synced: 2024-05-01T12:58:24.707Z (9 months ago)
- Topics: docker, docker-container, ubuntu
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/buluma/docker-ubuntu-systemd
- Size: 82 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Docker Ubuntu Systemd
=====================[![Build](https://github.com/buluma/docker-ubuntu-systemd/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/buluma/docker-ubuntu-systemd/actions/workflows/build.yml) [![Build Status](https://travis-ci.com/buluma/docker-ubuntu-systemd.svg?branch=main)](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
```