kirillzak/docker-almalinux9-ansible
AlmaLinux 9 docker container for Ansible playbook and role testing
94
AlmaLinux 9 docker container for Ansible playbook and role testing.
latest
: Latest stable version of AnsibleTo build the image on your own locally, do the following:
cd
into this directory.docker build -t docker-almalinux9-ansible .
docker image pull kirillzak/docker-almalinux9-ansible:latest
or build image via docker build -t docker-almalinux9-ansible .
docker run --detach --privileged --volume /sys/fs/cgroup:/sys/fs/cgroup:ro docker-almalinux9-ansible:latest
Based on ideas of Jeff Geerling, author of Ansible for DevOps.
docker pull kirillzak/docker-almalinux9-ansible