Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/buluma/docker-archlinux-systemd

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

archlinux docker

Last synced: 28 days ago
JSON representation

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

Awesome Lists containing this project

README

        

Archlinux Systemd
========================
[![build-push](https://github.com/buluma/docker-archlinux-systemd/actions/workflows/docker-build.yml/badge.svg)](https://github.com/buluma/docker-archlinux-systemd/actions/workflows/docker-build.yml) [![Docker Pulls](https://img.shields.io/docker/pulls/buluma/archlinux)](https://github.com/buluma/docker-archlinux-systemd)

This Dockerfile can build containers capable to use systemd.

Branches
--------

This repository has multiple branches that relate to Archlinux versions.

|Branch |Archlinux Version|Docker image tag|
|-------|-----------------|----------------|
|master |latest |latest |

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/archlinux
```