Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alilotfi23/packer-docker-ansible

build docker images using ansible and packer
https://github.com/alilotfi23/packer-docker-ansible

ansible ansible-playbook docker docker-image packer

Last synced: 2 days ago
JSON representation

build docker images using ansible and packer

Awesome Lists containing this project

README

        

# packer-docker-ansible
build docker images using ansible and packer
## Usage

Install builder

```shell
packer init .
```

make sure your configuration is syntactically valid by using the packer validate command.

```shell
packer validate .
```

Build the image with the packer build command.

```shell
packer build .
```