Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Bob Tanner
packer-windows
Commits
4a6d9bdd
Commit
4a6d9bdd
authored
Aug 06, 2016
by
Patrick Lang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes PatrickLang/packer#1
parent
0cb7152a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
windows_2016_docker.json
windows_2016_docker.json
+2
-2
No files found.
windows_2016_docker.json
View file @
4a6d9bdd
...
...
@@ -27,7 +27,8 @@
"ram_size_mb"
:
2048
,
"cpu"
:
2
,
"switch_name"
:
"{{user `hyperv_switchname`}}"
,
"enable_secure_boot"
:
true
"enable_secure_boot"
:
true
,
"enable_virtualization_extensions"
:
true
},
{
"vm_name"
:
"WindowsServer2016TP5Docker"
,
...
...
@@ -129,7 +130,6 @@
},
{
"type"
:
"powershell"
,
"execute_command"
:
"powershell
\"
& { {{.Vars}}{{.Path}}; exit $LastExitCode}
\"
"
,
"scripts"
:
[
"./scripts/docker/add-docker-group.ps1"
,
"./scripts/docker/install-docker.ps1"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment