Skip to content

Commit

Permalink
Remove diagnostic
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Finkelshteyn authored Apr 6, 2019
1 parent a99f079 commit 37c44b6
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions scripts/prepare-docker.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -35,26 +35,14 @@ function PullRunDockerImages($minOsBuild, $serverCoreTag, $nanoServerTag) {
}

Switch-DockerLinux

docker run --rm busybox echo hello_world
get-date | Set-Content c:\busybox.txt

docker run --rm alpine echo hello_world
get-date | Set-Content c:\alpine.txt

Switch-DockerWindows

PullRunDockerImages 14393 'ltsc2016' 'sac2016'
get-date | Set-Content c:\ltsc2016-sac2016.txt

PullRunDockerImages 16299 '1709' '1709'
get-date | Set-Content c:\1709-1709.txt

PullRunDockerImages 17134 '1803' '1803'
get-date | Set-Content c:\1803-1803.txt

PullRunDockerImages 17763 'ltsc2019' '1809'
get-date | Set-Content c:\ltsc2019-1809.txt

Switch-DockerLinux

Expand Down

0 comments on commit 37c44b6

Please sign in to comment.