Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mingfang/docker-packer

Run Packer Inside Docker
https://github.com/mingfang/docker-packer

Last synced: 19 days ago
JSON representation

Run Packer Inside Docker

Awesome Lists containing this project

README

        

# docker-packer
Run Packer Inside Docker

## Build
```
./build
```

## Alias
```
alias packer='docker run -v `pwd`:/docker -w /docker --rm -it packer packer'
```

## Run
```
packer version
```