Skip to content

Sample of building docker image by packer with chef or puppet, ansible provisioning

Notifications You must be signed in to change notification settings

kkarimi/packer-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Docker image by Packer

You can build Docker images without Dockerfile.

How to build

Run docker

$ vagrant up

This will install docker and packer in vagrant box.

$ vagrant ssh

Ansible

Build docker image with ansible provisioning

$ packer build machine_ansible.json

Check it.

$ docker run -i -t kkarimi/packer-ansible:0.1 bash

About

Sample of building docker image by packer with chef or puppet, ansible provisioning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%