Skip to content

Commit

Permalink
Enable linux docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Prabhu Subramanian committed Jun 8, 2020
1 parent c8fc38b commit aea749a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ steps:
inputs:
targetType: 'inline'
script: |
Install-WindowsFeature -Name Hyper-V -Restart
Invoke-WebRequest -Uri https://github.com/linuxkit/lcow/releases/download/v4.14.35-v0.3.9/release.zip -OutFile release.zip
Expand-Archive release.zip -DestinationPath "$Env:ProgramFiles\Linux Containers\."
'{"experimental":true}' | Out-File "$Env:ProgramData\docker\config\daemon.json " -encoding ASCII
Expand Down

0 comments on commit aea749a

Please sign in to comment.