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

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.

Awesome Lists containing this project

README

          

Docker Amazon Linux Systemd
===========================

This Dockerfile can build containers capable to use systemd.

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