hashicorp / packer-plugin-docker

Packer plugin for Docker Builder
https://www.packer.io/docs/builders/docker
Mozilla Public License 2.0
31 stars 25 forks source link

docs: fix windows image in example #154

Closed lbajolet-hashicorp closed 1 year ago

lbajolet-hashicorp commented 1 year ago

For the Windows image example in HCL2, we described the image as `ubuntu' where it should have been a Windows image, so this commit fixes that problem by using the same image base as the JSON example.

Closes #153