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

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

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