https://github.com/robertdebock/docker-alpine-openrc
Container to test Ansible roles in, including capabilities to use openrc facilities
https://github.com/robertdebock/docker-alpine-openrc
Last synced: over 1 year ago
JSON representation
Container to test Ansible roles in, including capabilities to use openrc facilities
- Host: GitHub
- URL: https://github.com/robertdebock/docker-alpine-openrc
- Owner: robertdebock
- License: apache-2.0
- Created: 2019-10-17T19:41:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-08T13:58:50.000Z (over 2 years ago)
- Last Synced: 2025-02-16T10:28:52.049Z (over 1 year ago)
- Language: Dockerfile
- Size: 20.5 KB
- Stars: 11
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Docker Alpine openrc
====================
This Dockerfile can build containers capable to use openrc.
[](https://hub.docker.com/repository/docker/robertdebock/alpine)
Branches
--------
This repository has multiple branches that relate to Alpine versions.
|Branch |Alpine Version|Docker image tag|
|-------|--------------|----------------|
|master |3 |3 |
|edge |edge |edge |
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 \
robertdebock/alpine
```