mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
Added PowerShell sample
This commit is contained in:
9
test.md
9
test.md
@@ -709,6 +709,15 @@ incoming := map[string]interface{}{
|
||||
}
|
||||
```
|
||||
|
||||
### PowerShell
|
||||
|
||||
```powershell
|
||||
Install-Module DockerMsftProvider -Force
|
||||
Install-Package Docker -ProviderName DockerMsftProvider -Force
|
||||
[System.Environment]::SetEnvironmentVariable("DOCKER_FIPS", "1", "Machine")
|
||||
Expand-Archive docker-18.09.1.zip -DestinationPath $Env:ProgramFiles -Force
|
||||
```
|
||||
|
||||
### Python
|
||||
|
||||
```python
|
||||
|
||||
Reference in New Issue
Block a user