Git Product home page Git Product logo

docker-oraclelinux8-ansible's Introduction

Oracle Linux 8 Docker Image for Ansible Testing

latest

A docker container using Oracle Linux 8 with Ansible installed for playbook and role testing.

Tags

  • 'latest' : Python 3.6.x and the latest stable version of Ansible.

How To Build

To build this docker container you can do the following.

  • Install Docker Engine, see here for details.
  • Clone this repository.
    • $ git clone https://github.com/glillico/docker-oraclelinux8-ansible.git
  • Change to the repositories directory.
    • $ cd docker-oraclelinux8-ansible
  • Run the command
    • $ docker build -t oraclelinux8-ansible .

How To Use

  • Install Docker Engine, see here for details.
  • To create a containter from the image you created in the How To Build section run the command.
    • $ docker run --detach --privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:rw --cgroupns=host oraclelinux8-ansible:latest
  • To confirm Ansible is working within the container run the command.
    • $ docker exec --tty <CONTAINER ID> env TERM=xterm ansible --version

Notes

This image is used for testing purposes only and is not intended to be used to provide live services of any sort.

License

MIT

Author Information

Created in 2020 by Graham Lillico.

docker-oraclelinux8-ansible's People

Contributors

glillico avatar

Watchers

 avatar

docker-oraclelinux8-ansible's Issues

python not found in $PATH

Hi!

Thank you your great image. I have a suggestion for improvement:
Please symlink python to python3.

Thanks in advance,
nakomoto

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.