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
- Host: GitHub
- URL: https://github.com/monolithprojects/docker-systemd-ubuntu18
- Owner: MonolithProjects
- Created: 2020-01-07T14:44:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-09T15:30:13.000Z (about 6 years ago)
- Last Synced: 2025-03-16T20:21:26.670Z (over 1 year ago)
- Language: Dockerfile
- Homepage: https://hub.docker.com/repository/docker/monolithprojects/systemd-ubuntu18
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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