File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
amd64/hello-world/nanoserver-1809 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ $(C_TARGETS): hello.c $(MUSL_GCC)
33
33
' $@' | sed \
34
34
-e ' s/[(]$(TARGET_ARCH)[)]/(windows-$(TARGET_ARCH), ' " $$ winVariant" ' )/g' \
35
35
-e ' s/an Ubuntu container/a Windows Server container/g' \
36
- -e ' s!ubuntu bash!mcr.microsoft.com/windows/servercore powershell!g' \
36
+ -e ' s!ubuntu bash!mcr.microsoft.com/windows/servercore:ltsc2019 powershell!g' \
37
37
-e ' s![$$] docker!PS C:\\> docker!g' \
38
38
> " $( @D) /$$ winVariant/hello.txt" ; \
39
39
done ; \
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ To generate this message, Docker took the following steps:
12
12
to your terminal.
13
13
14
14
To try something more ambitious, you can run a Windows Server container with:
15
- PS C:\> docker run -it mcr.microsoft.com/windows/servercore powershell
15
+ PS C:\> docker run -it mcr.microsoft.com/windows/servercore:ltsc2019 powershell
16
16
17
17
Share images, automate workflows, and more with a free Docker ID:
18
18
https://hub.docker.com/
You can’t perform that action at this time.
0 commit comments