Skip to content

This repository contains a Dockerfile that builds a Docker image with Terraform and Terraformer installed.

License

Notifications You must be signed in to change notification settings

TaEduard/Terraformer_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build and push docker image

This repository contains a Dockerfile that builds a Docker image with Terraform and Terraformer installed.

Getting Started

To use the Github Contrainer Registry Image run the following commands:

docker pull ghcr.io/taeduard/terraformer:main`
docker run --rm -it ghcr.io/taeduard/terraformer:main

To use the Docker Hub Hosted Image run the following commands:

docker pull taeduard/terraformer
docker run --rm -it taeduard/terraformer

To build the Docker image, simply clone this repository and run the following command: docker build -t terraformer .

Once the build is complete, you can run the Docker container with the following command: docker run --rm -it terraformer

This will start the container and drop you into a command prompt.

License

This project is licensed under the terms of the MIT license. See the LICENSE file for details.

About

This repository contains a Dockerfile that builds a Docker image with Terraform and Terraformer installed.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages