Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/buluma/docker-archlinux-systemd
- Owner: buluma
- License: apache-2.0
- Created: 2022-02-12T13:25:07.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-04T08:51:44.000Z (about 1 year ago)
- Last Synced: 2024-11-11T06:09:32.004Z (3 months ago)
- Topics: archlinux, docker
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/buluma/archlinux
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```