Skip to content

Latest commit

 

History

History
executable file
·
8 lines (5 loc) · 394 Bytes

04-Install-Docker-on-Ubuntu-using-Terraform.md

File metadata and controls

executable file
·
8 lines (5 loc) · 394 Bytes

Install Docker on Ubuntu using Terraform

Whether you've dabbled around in Terraform or not, this is the fastest way to provision a resource in AWS with Docker installed. This will provision the following:

  • a VPC
  • an EC2 instance with Docker installed

For more details, check out this repository.