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

https://github.com/nserban/docker-infra-tools

Docker Image containing infrastructure tools ( Ansible, Terraform, Packer )
https://github.com/nserban/docker-infra-tools

ansible docker-image packer terraform

Last synced: about 2 months ago
JSON representation

Docker Image containing infrastructure tools ( Ansible, Terraform, Packer )

Awesome Lists containing this project

README

          

# docker-infra-tools
Docker Image containing infrastructure tools ( Ansible, Terraform, Packer )

## Build
```
$ docker build -t infra-tools .
```

## Usage
```
$ docker run -it --rm infra-tools ansible --version ; packer version ; terraform version
```