Skip to content

Latest commit

 

History

History
124 lines (112 loc) · 3.99 KB

README.org

File metadata and controls

124 lines (112 loc) · 3.99 KB

Ansible Docker Image

1 Introduction

This is the Docker image that is used by Origoss Solutions. Besides Ansible, it contains the requests and google-auth modules.

2 Using the Docker Image

2.1 Basic Usage

docker run --rm origoss/ansible:latest --version

3 Building the Docker Image

docker build -t origoss/ansible:latest -t origoss/ansible:2.7.5 .

4 Pushing the Docker Image

docker push origoss/ansible