Skip to content

demonpig/docker-almalinux9-ansible

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AlmaLinux 9 Ansible Test Image

This repo was forked from Jeff Geerling's docker-centos8-ansible repository. It was then modified for AlmaLinux 9. This image is serving the same purpose: Ansible playbook and role testing.

Build

  • Clone this repository and change into the directory

  • Build image with one of the following commands

    docker build -f ./Containerfile --no-cache -t localhost/docker-almalinux9-ansible:latest .
    podman build -f ./Containerfile --no-cache -t localhost/docker-almalinux9-ansible:latest .

Usage

  • Run the image with one of the following commands
    docker run -it --rm -d -v /sys/fs/cgroup:/sys/fs/cgroup:rw --privileged localhost/docker-almalinux9-ansible:latest
    
    podman run -it --rm -d -v /sys/fs/cgroup:/sys/fs/cgroup:rw --privileged localhost/docker-almalinux9-ansible:latest
    

About

AlmaLinux 9 Docker container for Ansible playbook and role testing.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 66.5%
  • Shell 33.5%