sjevs / docker-terraform

Minified container based on Alpine - 153 MB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terraform Docker Image

This Docker image is based on the official Alpine base image.

Current size is here - 153 MB

What is Terraform

TerraForm provides a common configuration to launch infrastructure from physical and virtual servers to email and DNS providers. Once launched, Terraform safely and efficiently changes infrastructure as the configuration is evolved. Simple file based configuration gives you a single view of your entire infrastructure.

Run

docker run -it --rm -v $PWD:/src sjevs/terraform [options] [DIR]

This way current directory will be available. Specify only relative paths in the directory

Reference

Inspired by broadinstitute/terraform

About

Minified container based on Alpine - 153 MB


Languages

Language:Shell 100.0%