jak119 / packer-windows-update

Packer with Windows-Update plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Packer with Windows-Update Plugin

Image based off the hashicorp/packer image with the windows-update provisioner installed.

Getting Started

These instructions will cover usage information and for the docker container

Prerequisities

In order to run this container you'll need docker installed.

Usage

Container Parameters

List the different parameters available to your container

docker run -t jamisonkissh/packer-windows-update <packer command>

Get Packer version for example

docker run -t jamisonkissh/packer-windows-update version

Or to build

docker run -t -v `pwd`:/usr/working jamisonkissh/packer-windows-update build /usr/working/yourFile.json

Built With

About

Packer with Windows-Update plugin