updated instructions for manual install

Before extracting the archive you must stop the service or the file docker.exe can't be overwritten.
Additionally need to use -Force
This commit is contained in:
Adam Kobi 2018-06-05 21:25:53 +03:00 committed by Joao Fernandes
parent 54483a979d
commit 8305c23792
1 changed files with 4 additions and 1 deletions

View File

@ -108,8 +108,11 @@ installs, or install on air-gapped systems.
register, and start the Docker service.
```PowerShell
#Stop Docker service
Stop-Service docker
# Extract the archive.
Expand-Archive {{ filename }} -DestinationPath $Env:ProgramFiles
Expand-Archive {{ filename }} -DestinationPath $Env:ProgramFiles -Force
# Clean up the zip file.
Remove-Item -Force {{ filename }}