https://github.com/buluma/docker-amazonlinux-systemd
Amazon Linux Container to test Ansible roles in, including capabilities to use systemd facilities.
https://github.com/buluma/docker-amazonlinux-systemd
amazon-linux docker
Last synced: 12 months ago
JSON representation
Amazon Linux Container to test Ansible roles in, including capabilities to use systemd facilities.
- Host: GitHub
- URL: https://github.com/buluma/docker-amazonlinux-systemd
- Owner: buluma
- License: apache-2.0
- Created: 2022-03-10T07:14:52.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-04T08:32:19.000Z (about 2 years ago)
- Last Synced: 2025-01-09T02:04:59.284Z (about 1 year ago)
- Topics: amazon-linux, docker
- Language: Dockerfile
- Homepage: https://hub.docker.com/repository/docker/buluma/amazonlinux/general
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Docker Amazon Linux Systemd
===========================
This Dockerfile can build containers capable to use systemd.
[](https://hub.docker.com/repository/docker/robertdebock/amazonlinux)
Branches
--------
This repository has multiple branches that relate to amazonlinux versions.
|Branch |amazonlinux Version|Docker image tag|
|-------|-------------------|----------------|
|master |2 |latest |
|1 |1 |1 |
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/amazonlinux
```