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

https://github.com/buluma/enterpriselinux

Docker builds of Enterprise Linux
https://github.com/buluma/enterpriselinux

docker docker-image

Last synced: about 1 month ago
JSON representation

Docker builds of Enterprise Linux

Awesome Lists containing this project

README

          

Docker Enterpriselinux
=====================

This Dockerfile can build containers capable to use systemd.

[![Build and Push Container](https://github.com/buluma/enterpriselinux/actions/workflows/docker-image.yml/badge.svg?branch=main)](https://github.com/buluma/enterpriselinux/actions/workflows/docker-image.yml) ![Docker Pulls](https://img.shields.io/docker/pulls/buluma/enterpriselinux)

Branches
--------

This repository has multiple branches that relate to Debian versions.

|Branch |EL Version|Docker image tag|
|-------|--------------|----------------|
| main |latest |latest |
| 8 |8 | 8 |
| 7 |7 | 7 |

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/enterpriselinux:latest
```