Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Bob Tanner
packer-windows
Commits
33eb7874
Unverified
Commit
33eb7874
authored
Feb 18, 2018
by
Stefan Scherer
Browse files
Set WinRM delayed-auto
parent
d5c97f56
Changes
2
Hide whitespace changes
Inline
Side-by-side
windows_server_1709_docker.json
View file @
33eb7874
...
...
@@ -131,7 +131,7 @@
{
"scripts"
:
[
"./scripts/docker/2016/install-containers-feature.ps1"
,
"./scripts/docker/set-winrm-automatic.ps1"
"./scripts/docker/set-winrm-
delayed-
automatic.ps1"
],
"type"
:
"powershell"
},
...
...
@@ -146,6 +146,7 @@
"docker_version={{user `docker_version`}}"
],
"scripts"
:
[
"./scripts/docker/set-winrm-automatic.ps1"
,
"./scripts/docker/add-docker-group.ps1"
,
"./scripts/docker/install-docker.ps1"
,
"./scripts/docker/docker-pull.ps1"
,
...
...
windows_server_insider_docker.json
View file @
33eb7874
...
...
@@ -117,7 +117,8 @@
},
{
"scripts"
:
[
"./scripts/docker/2016/install-containers-feature.ps1"
"./scripts/docker/2016/install-containers-feature.ps1"
,
"./scripts/docker/set-winrm-delayed-automatic.ps1"
],
"type"
:
"powershell"
},
...
...
@@ -132,6 +133,7 @@
"docker_version={{user `docker_version`}}"
],
"scripts"
:
[
"./scripts/docker/set-winrm-automatic.ps1"
,
"./scripts/docker/add-docker-group.ps1"
,
"./scripts/docker/install-docker.ps1"
,
"./scripts/docker/docker-pull.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