Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/buluma/docker-fedora-systemd
Fedora Container to test Ansible roles in, including capabilities to use systemd facilities.
https://github.com/buluma/docker-fedora-systemd
ansible automation docker molecule
Last synced: 7 days ago
JSON representation
Fedora Container to test Ansible roles in, including capabilities to use systemd facilities.
- Host: GitHub
- URL: https://github.com/buluma/docker-fedora-systemd
- Owner: buluma
- License: apache-2.0
- Created: 2022-02-05T08:08:33.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-03T07:11:13.000Z (9 months ago)
- Last Synced: 2024-05-01T12:58:22.066Z (7 months ago)
- Topics: ansible, automation, docker, molecule
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/buluma/fedora-systemd
- Size: 41 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Docker Fedora Systemd
=====================This Dockerfile can build containers capable to use systemd.
[![Build and Push](https://github.com/buluma/docker-fedora-systemd/actions/workflows/build-push-action.yml/badge.svg)](https://github.com/buluma/docker-fedora-systemd/actions/workflows/build-push-action.yml)
![GitHub top language](https://img.shields.io/github/languages/top/buluma/docker-fedora-systemd)![Docker Pulls](https://img.shields.io/docker/pulls/buluma/fedora-systemd?label=pulls&logo=docker&logoColor=white)
![Docker Image Size (tag)](https://img.shields.io/docker/image-size/buluma/fedora-systemd/latest?logo=docker&logoColor=white&label=latest)
![Docker Image Size (tag)](https://img.shields.io/docker/image-size/buluma/fedora-systemd/rawhide?logo=docker&logoColor=white&label=rawhide)
![Docker Image Size (tag)](https://img.shields.io/docker/image-size/buluma/fedora-systemd/32?logo=docker&logoColor=white&label=32)
![Docker Image Size (tag)](https://img.shields.io/docker/image-size/buluma/fedora-systemd/33?logo=docker&logoColor=white&label=33)
![Docker Image Size (tag)](https://img.shields.io/docker/image-size/buluma/fedora-systemd/34?logo=docker&logoColor=white&label=34)
![Docker Image Size (tag)](https://img.shields.io/docker/image-size/buluma/fedora-systemd/35?logo=docker&logoColor=white&label=35)
![Docker Image Size (tag)](https://img.shields.io/docker/image-size/buluma/fedora-systemd/36?logo=docker&logoColor=white&label=36)
![Docker Image Size (tag)](https://img.shields.io/docker/image-size/buluma/fedora-systemd/38?logo=docker&logoColor=white&label=38)
![Docker Image Size (tag)](https://img.shields.io/docker/image-size/buluma/fedora-systemd/testing?logo=docker&logoColor=white&label=testing)Branches
--------This repository has multiple branches that relate to Fedora versions.
|Branch |Fedora Version|Docker image tag|
|-------|--------------|----------------|
|38 |38 |38 |
|master |latest (39) |latest |
|rawhide|rawhide (40) |rawhide |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/fedora-systemd
```