Skip to content

harrison-ai/cobalt-docker-terraform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cobalt-docker-terraform

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, with the following additional tools included:

🚀 Usage

To launch the Terraform CLI:

docker run -it -v ${PWD}:/app ghcr.io/harrisonai/terraform:latest

Note that /app is the default working directory.

📖 License

This project is licensed under Apache License 2.0