mirror of https://github.com/docker/docs.git
Remove extra slash (#5294)
This commit is contained in:
parent
eb317c952a
commit
b89bc433d3
|
@ -163,7 +163,7 @@ the `dockerd.exe` and `docker.exe` binaries are included.
|
|||
1. Use the following PowerShell commands to install and start Docker:
|
||||
|
||||
```none
|
||||
PS C:\> Invoke-WebRequest https://download.docker.com/win/static/stable/x86_64//docker-{{ site.docker_ce_stable_version }}.0-ce.zip -UseBasicParsing -OutFile docker.zip
|
||||
PS C:\> Invoke-WebRequest https://download.docker.com/win/static/stable/x86_64/docker-{{ site.docker_ce_stable_version }}.0-ce.zip -UseBasicParsing -OutFile docker.zip
|
||||
|
||||
PS C:\> Expand-Archive docker.zip -DestinationPath $Env:ProgramFiles
|
||||
|
||||
|
|
Loading…
Reference in New Issue