Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
anaoum committed Jul 25, 2022
1 parent 0ba96c5 commit 0770e7f
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,24 @@
# harrison-ai-terraform-docker
Lightweight Docker image including Terraform CLI and AWS CLI

## 💡 Motivation
Our goal is to create a **minimalist** and **lightweight** Docker image with the tools listed below in order to reduce network and storage impact.

## 🔧 What's inside ?

The image is based on the [official Python 3 Docker image](https://hub.docker.com/_/python), with the following additional tools included:

* [Terraform CLI](https://www.terraform.io/docs/commands/index.html)
* [AWS CLI](https://aws.amazon.com/cli/)
* [Git](https://git-scm.com/)

## 🚀 Usage

To launch the Terraform CLI:

```bash
docker run -it -v ${PWD}:/workspace harrisonai/terraform:latest
```

## 📖 License
This project is licensed under [Apache License 2.0](https://raw.githubusercontent.com/harrison-ai/harrison-ai-terraform-docker/master/LICENSE)

0 comments on commit 0770e7f

Please sign in to comment.