A docker container using Oracle Linux 9 with Ansible installed for playbook and role testing.
50K+
A docker container using Oracle Linux 9 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-oraclelinux9-ansible.git$ cd docker-oraclelinux9-ansible$ docker build -t oraclelinux9-ansible .How To Build section run the command.
$ docker run --detach --privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:rw --cgroupns=host oraclelinux9-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 2022 by Graham Lillico.
Content type
Image
Digest
sha256:62d89c904…
Size
167.7 MB
Last updated
over 2 years ago
docker pull glillico/docker-oraclelinux9-ansible