Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.

Packer template for an EC2 AMI with docker and dockerui preinstalled

Notifications You must be signed in to change notification settings

jsallis/packer-docker-ec2-ami

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

packer-docker-ec2-ami

A packer template for an EC2 AMI with docker and dockerui preinstalled

To build the AMI, run the following:

packer build \
    -var 'aws_access_key=YOUR ACCESS KEY' \
    -var 'aws_secret_key=YOUR SECRET KEY' \
    docker-ec2-ami.json

By default, an Ubuntu 14.04 base AMI is used and the new packer AMI will be created in the us-west-1 region. You can override the following variables to change that behavior:

region
source_ami
ssh_username

About

Packer template for an EC2 AMI with docker and dockerui preinstalled

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages