Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 511 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 511 Bytes

terraform-docker

How to run terrform in a docker container

Install Docker package

# yum install docker -y

Start docker service

# service docker start

Pull terraform image at docker host

# docker pull hashicorp/terraform:light

Check terraform Images

# docker images
REPOSITORY                      TAG                 IMAGE ID            CREATED             SIZE
docker.io/hashicorp/terraform   latest              cf1880f62701        6 days ago          96.62 MB