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

https://github.com/monolithprojects/docker-systemd-ubuntu18

Systemd enabled Ubuntu18 docker image and pre-created ansible user
https://github.com/monolithprojects/docker-systemd-ubuntu18

Last synced: 5 months ago
JSON representation

Systemd enabled Ubuntu18 docker image and pre-created ansible user

Awesome Lists containing this project

README

          

# Ubuntu18 Ansible Test Image




Ubuntu18 docker image (based on actual base image version). I am using it with Molecule for Ansible role testing.

## Tags

- `latest`: Latest version of the image
- `20191202`: Ubuntu18 with packages from 2nd Dec 2019

## How-to

1. Run command `docker pull monolithprojects/systemd-ubuntu18:latest`
2. Run a container from the image: `docker run --detach --privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro monolithprojects/systemd-ubuntu18:latest`

## License

MIT