https://github.com/monolithprojects/docker-systemd-ubuntu16
Systemd enabled Ubuntu16 docker image and pre-created ansible user
https://github.com/monolithprojects/docker-systemd-ubuntu16
ansible docker molecule systemd ubuntu ubuntu16
Last synced: 2 months ago
JSON representation
Systemd enabled Ubuntu16 docker image and pre-created ansible user
- Host: GitHub
- URL: https://github.com/monolithprojects/docker-systemd-ubuntu16
- Owner: MonolithProjects
- Created: 2020-01-05T23:29:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-06T08:44:36.000Z (almost 6 years ago)
- Last Synced: 2025-07-12T18:00:18.886Z (11 months ago)
- Topics: ansible, docker, molecule, systemd, ubuntu, ubuntu16
- Language: Dockerfile
- Homepage: https://hub.docker.com/repository/docker/monolithprojects/systemd-ubuntu16
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ubuntu16 Ansible Test Image
Docker image with ubuntu16 and enabled systemd. Image contains also `ansible` user (UID/GID 1000) with NOPASSWD:ALL sudo rights.
This docker image is ment to be used for development purpose. I do not recomend to use it in production.
## Tags
- `latest`
- `` for the list of the tags see the [Docker Hub](https://hub.docker.com/repository/docker/monolithprojects/systemd-ubuntu16/tags?page=1)
## How-to
1. Run command `docker pull monolithprojects/systemd-ubuntu16:latest`
2. Run a container from the image: `docker run --detach --privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro monolithprojects/systemd-ubuntu16:latest`
## License
MIT