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
3d000054
Unverified
Commit
3d000054
authored
Dec 10, 2017
by
Stefan Scherer
Browse files
Stop if docker is not installed
parent
b15690e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/docker/install-docker.ps1
View file @
3d000054
...
...
@@ -31,5 +31,6 @@ if ($docker_provider -eq "ce") {
Set-PSRepository
-InstallationPolicy
Untrusted
-Name
PSGallery
}
$Error
ActionPreference
=
'Stop'
Write-Host
"Starting docker ..."
Start-Service
docker
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