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
- Host: GitHub
- URL: https://github.com/buluma/enterpriselinux
- Owner: buluma
- License: apache-2.0
- Created: 2022-02-05T03:29:01.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-02-20T15:33:17.000Z (4 months ago)
- Last Synced: 2026-02-20T20:05:38.234Z (4 months ago)
- Topics: docker, docker-image
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/buluma/enterpriselinux
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Docker Enterpriselinux
=====================
This Dockerfile can build containers capable to use systemd.
[](https://github.com/buluma/enterpriselinux/actions/workflows/docker-image.yml) 
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
```