mirror of https://github.com/docker/docs.git
missed & in the powershellcommand
This commit is contained in:
parent
b5e2c6f603
commit
fc92869309
|
@ -224,7 +224,7 @@ To install server and client binaries, perform the following steps:
|
||||||
3. Register the service and start the Docker Engine:
|
3. Register the service and start the Docker Engine:
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
PS C:\> $Env:ProgramFiles\Docker\dockerd --register-service
|
PS C:\> &$Env:ProgramFiles\Docker\dockerd --register-service
|
||||||
PS C:\> Start-Service docker
|
PS C:\> Start-Service docker
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -232,7 +232,7 @@ To install server and client binaries, perform the following steps:
|
||||||
image.
|
image.
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
PS C:\> $Env:ProgramFiles\Docker\docker run hello-world:nanoserver
|
PS C:\> &$Env:ProgramFiles\Docker\docker run hello-world:nanoserver
|
||||||
```
|
```
|
||||||
|
|
||||||
This command downloads a test image and runs it in a container. When the
|
This command downloads a test image and runs it in a container. When the
|
||||||
|
|
Loading…
Reference in New Issue