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
d58b7034
Commit
d58b7034
authored
Jan 14, 2017
by
Stefan Scherer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Install docker cli and docker-machine
parent
6a6c8e0f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
0 deletions
+5
-0
hyperv/Vagrantfile
hyperv/Vagrantfile
+2
-0
hyperv/scripts/install-docker-machine.ps1
hyperv/scripts/install-docker-machine.ps1
+1
-0
hyperv/scripts/install-docker.ps1
hyperv/scripts/install-docker.ps1
+2
-0
No files found.
hyperv/Vagrantfile
View file @
d58b7034
...
...
@@ -23,6 +23,8 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config
.
vm
.
provision
"reload"
config
.
vm
.
provision
"shell"
,
path:
"scripts/install-packer.ps1"
,
privileged:
false
config
.
vm
.
provision
"shell"
,
path:
"scripts/install-vagrant.ps1"
,
privileged:
false
config
.
vm
.
provision
"shell"
,
path:
"scripts/install-docker.ps1"
,
privileged:
false
config
.
vm
.
provision
"shell"
,
path:
"scripts/install-docker-machine.ps1"
,
privileged:
false
[
"vmware_fusion"
,
"vmware_workstation"
].
each
do
|
provider
|
config
.
vm
.
provider
provider
do
|
v
,
override
|
...
...
hyperv/scripts/install-docker-machine.ps1
0 → 100644
View file @
d58b7034
choco
install
-y
docker-machine
hyperv/scripts/install-docker.ps1
0 → 100644
View file @
d58b7034
Write-Host
Installing
Docker
client
choco
install
-y
docker
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