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

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

Awesome Lists containing this project

README

          

Docker Alpine openrc
====================

This Dockerfile can build containers capable to use openrc.

[![alpine build status](https://img.shields.io/docker/cloud/build/robertdebock/alpine.svg)](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
```