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: 7 months 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-04T08:51:44.000Z (about 2 years ago)
- Last Synced: 2025-01-09T02:04:51.412Z (about 1 year 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
========================
[](https://github.com/buluma/docker-archlinux-systemd/actions/workflows/docker-build.yml) [](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
```