An open API service indexing awesome lists of open source software.

https://github.com/hypery2k/docker-packer-demo


https://github.com/hypery2k/docker-packer-demo

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# docker-packer-demo

Packer Demo with Docker

[![Docker Build Status](https://img.shields.io/docker/build/holisticon/packer-demo.svg)](https://hub.docker.com/r/hypery2k/packer-demo/)
[![Docker Stars](https://img.shields.io/docker/stars/holisticon/packer-demo.svg)](https://hub.docker.com/r/hypery2k/packer-demo/)
[![Docker Pulls](https://img.shields.io/docker/pulls/holisticon/packer-demo.svg)](https://hub.docker.com/r/hypery2k/packer-demo/)

## Setup Packer

On macOS run brew
```
brew install packer
```

For other systems download [packages](https://www.packer.io/downloads.html).

## Build Image
```
packer build build.json
```