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
f578b436
Unverified
Commit
f578b436
authored
Jan 21, 2017
by
Stefan Scherer
Browse files
Install containers feature, reboot, install docker + images
Signed-off-by:
Stefan Scherer
<
scherer_stefan@icloud.com
>
parent
7520ee70
Changes
2
Hide whitespace changes
Inline
Side-by-side
scripts/docker/install-containers-feature.ps1
0 → 100644
View file @
f578b436
Write-Host
"Install Containers feature"
Install-WindowsFeature
-Name
Containers
windows_2016_docker_azure.json
View file @
f578b436
...
...
@@ -42,18 +42,19 @@
"provisioners"
:
[
{
"type"
:
"powershell"
,
"inline"
:
[
"Import-Module ServerManager"
,
"Install-WindowsFeature -Name NET-Framework-Features"
"scripts"
:
[
"./scripts/docker/install-containers-feature.ps1"
]
},
{
"type"
:
"windows-restart"
},
{
"type"
:
"powershell"
,
"scripts"
:
[
"./scripts/docker/add-docker-group.ps1"
,
"./scripts/docker/install-docker.ps1"
,
"./scripts/docker/remove-docker-key-json.ps1"
,
"./scripts/docker/disable-windows-defender.ps1"
"./scripts/docker/remove-docker-key-json.ps1"
]
}
]
...
...
Write
Preview
Supports
Markdown
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