Skip to content

Commit 19de201

Browse files
authored
Merge pull request docker#14397 from SethuMK/patch-2
missed & in the powershellcommand
2 parents 9e4122d + fc92869 commit 19de201

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

engine/install/binaries.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,15 +224,15 @@ To install server and client binaries, perform the following steps:
224224
3. Register the service and start the Docker Engine:
225225

226226
```powershell
227-
PS C:\> $Env:ProgramFiles\Docker\dockerd --register-service
227+
PS C:\> &$Env:ProgramFiles\Docker\dockerd --register-service
228228
PS C:\> Start-Service docker
229229
```
230230

231231
4. Verify that Docker is installed correctly by running the `hello-world`
232232
image.
233233

234234
```powershell
235-
PS C:\> $Env:ProgramFiles\Docker\docker run hello-world:nanoserver
235+
PS C:\> &$Env:ProgramFiles\Docker\docker run hello-world:nanoserver
236236
```
237237

238238
This command downloads a test image and runs it in a container. When the

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy