Skip to content

Commit

Permalink
Merge pull request #4732 from profnandaa/patch-1
Browse files Browse the repository at this point in the history
fix: windows getting started guide for uniformity
  • Loading branch information
tonistiigi authored Mar 4, 2024
2 parents 5320bd2 + 2aa80d7 commit 2713491
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ Now that everything is setup, let's build a [simple _hello world_ image](https:/
```powershell
Set-Content Dockerfile @"
FROM mcr.microsoft.com/windows/nanoserver:ltsc2022
USER ContainerAdministrator
COPY hello.txt C:/
RUN echo "Goodbye!" >> hello.txt
CMD ["cmd", "/C", "type C:\\hello.txt"]
Expand Down

0 comments on commit 2713491

Please sign in to comment.