Skip to content

This container installs the Openshift Command Line and Ansible do execute Openshift-Applier in OCP cluster

License

lhsribas/docker-oc-ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Openshift CommandLine and Ansible

This Dockerfile execute the configuration of two tools (OC and Ansible), bellow has a simple explanation of the components.

The OC provides an interface of commands to interact with Openshift via Bash.

The Ansible provides the structure of ansible-playbook and ansible-galaxy to execute determinates ansible scripts in a cluster Openshift.

Build Image

  1. How to build this image
$ git clone https://github.com/lhsribas/docker-oc-ansible.git 
  1. Build container
$ docker build -t oc-ansible .

Get from Dockerhub

  1. How to get image
$ docker push lhsribas/oc-ansible:1.0
  1. Execute and access the bash command line.
$ docker run -it oc-ansible /bin/bash

About

This container installs the Openshift Command Line and Ansible do execute Openshift-Applier in OCP cluster

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published