Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Bob Tanner
packer-windows
Commits
f66a1677
Commit
f66a1677
authored
Aug 20, 2015
by
Stefan Scherer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Install containers and docker
parent
254eb467
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
scripts/install-containers.bat
scripts/install-containers.bat
+7
-0
windows_2016.json
windows_2016.json
+1
-0
No files found.
scripts/install-containers.bat
0 → 100644
View file @
f66a1677
powershell
.exe
-Command
"Install-WindowsFeature -Name Containers"
rem https://msdn.microsoft.com/virtualization/windowscontainers/quick_start/inplace_setup
powershell
.exe
-Command
"wget -uri http://aka.ms/setupcontainers -OutFile C:\ContainerSetup.ps1"
powershell
.exe
-File
"C:\ContainerSetup.ps1"
rem https://msdn.microsoft.com/virtualization/windowscontainers/quick_start/manage_docker
windows_2016.json
View file @
f66a1677
...
...
@@ -75,6 +75,7 @@
"./scripts/vm-guest-tools.bat"
,
"./scripts/vagrant-ssh.bat"
,
"./scripts/enable-rdp.bat"
,
"./scripts/install-containers.bat"
,
"./scripts/disable-auto-logon.bat"
]
},
...
...
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