kirillzak/docker-almalinux9-ansible

By kirillzak

Updated over 2 years ago

AlmaLinux 9 docker container for Ansible playbook and role testing

Image
Operating Systems

94

This repository depricated. Using https://github.com/kirill-zak/docker-almalinux-ansible

AlmaLinux 9 Ansible test image

AlmaLinux 9 docker container for Ansible playbook and role testing.

Tags

  • latest: Latest stable version of Ansible

How to Build

To build the image on your own locally, do the following:

  1. Install Docker.
  2. cd into this directory.
  3. Run docker build -t docker-almalinux9-ansible .

How to Use

  1. Install Docker.
  2. Use pre-build image via docker image pull kirillzak/docker-almalinux9-ansible:latest or build image via docker build -t docker-almalinux9-ansible .
  3. Run a container from the image: docker run --detach --privileged --volume /sys/fs/cgroup:/sys/fs/cgroup:ro docker-almalinux9-ansible:latest

Author

Kirill Ziuzin

Thanks

Based on ideas of Jeff Geerling, author of Ansible for DevOps.

Docker Pull Command

docker pull kirillzak/docker-almalinux9-ansible