Skip to content

make EC2/ECS instance image for a basic os running docker.

Notifications You must be signed in to change notification settings

gentoobreaking/Packer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

aws ami customized / aliyun_ami_customized

Install:

brew install packer
packer version
vim ami.json

Fix Command

packer fix ami_tmp.json > ami.json
Or
packer fix ecs_tmp.json > ecs.json

Validate Command

packer validate ami.json
Or
packer validate ecs.json

Usage:

cd packer
packer build ami.json
packer build ecs.json

image Info image Info

Debug: (Debug log output from pakcer command)

PACKER_LOG=1 packer build ami.json

About

make EC2/ECS instance image for a basic os running docker.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages