https://github.com/monolithprojects/docker-systemd-ubuntu22
Systemd enabled Ubuntu 22.04 LTS Docker image and pre-created ansible user
https://github.com/monolithprojects/docker-systemd-ubuntu22
Last synced: 3 months ago
JSON representation
Systemd enabled Ubuntu 22.04 LTS Docker image and pre-created ansible user
- Host: GitHub
- URL: https://github.com/monolithprojects/docker-systemd-ubuntu22
- Owner: MonolithProjects
- License: mit
- Created: 2022-04-21T22:05:50.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-21T22:57:04.000Z (about 4 years ago)
- Last Synced: 2025-03-16T20:21:26.261Z (over 1 year ago)
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ubuntu22 Ansible Test Image
[](https://github.com/MonolithProjects/docker-systemd-ubuntu22/actions)
[](https://hub.docker.com/repository/docker/monolithprojects/systemd-ubuntu22)
[](https://hub.docker.com/repository/docker/monolithprojects/systemd-ubuntu22)
Docker image with Ubuntu 22.04 LTS 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-ubuntu22/tags?page=1)
## How-to
1. Pull image with command `docker pull monolithprojects/systemd-ubuntu22:latest`
2. Run the container from the image: `docker run --detach --privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro monolithprojects/systemd-ubuntu22:latest`
## License
MIT