An open API service indexing awesome lists of open source software.

https://github.com/imjoseangel/centos7test

Docker SSH Centos7 for Ansible Smoke Tests
https://github.com/imjoseangel/centos7test

Last synced: 2 months ago
JSON representation

Docker SSH Centos7 for Ansible Smoke Tests

Awesome Lists containing this project

README

          

# Ansible Tests with Docker

## Building the Image

### Linux/Unix

`docker build -t centos7test - < Dockerfile`

### Windows

`Get-Content Dockerfile | docker build -t centos7test -`

## Running the Container

`docker run -d -p 2222:22 --name ansible_smoke -v /opt/source:/opt/source -t centos7test`