https://github.com/hypery2k/docker-packer-demo
https://github.com/hypery2k/docker-packer-demo
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hypery2k/docker-packer-demo
- Owner: hypery2k
- License: mit
- Created: 2019-03-18T14:25:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T17:42:14.000Z (over 1 year ago)
- Last Synced: 2024-04-14T11:10:13.537Z (about 1 year ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-packer-demo
Packer Demo with Docker
[](https://hub.docker.com/r/hypery2k/packer-demo/)
[](https://hub.docker.com/r/hypery2k/packer-demo/)
[](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
```