A docker container using CentOS Stream 8 with Ansible installed for playbook and role testing.
10K+
A docker container using CentOS Stream 8 with Ansible installed for playbook and role testing.
To build this docker container you can do the following.
$ git clone https://github.com/glillico/docker-centosstream8-ansible.git$ cd docker-centosstream8-ansible$ docker build -t centosstream8-ansible .How To Build section run the command.
$ docker run --detach --privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro centosstream8-ansible:latest$ docker exec --tty <CONTAINER ID> env TERM=xterm ansible --versionThis image is used for testing purposes only and is not intended to be used to provide live services of any sort.
MIT
Created in 2020 by Graham Lillico.
Content type
Image
Digest
sha256:39d74bfa6…
Size
159.1 MB
Last updated
over 2 years ago
docker pull glillico/docker-centosstream8-ansible