Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: windows: add a note about ContainerUser limited permissions
`ContainerUser` is not permitted to write to `C:\` because of their limited permissions, `(WD)` at best. Add a note explaining why we are using `USER ContainerAdministrator` in our dockerfile for us to be able to run: ``` RUN echo "Goodbye!" >> hello.txt ``` On client SKUs like Win11, there will be no issues since `ContainerUser` has `(M)` permissions on `C:\` Fixes moby#4731 as by-design. Signed-off-by: Anthony Nandaa <profnandaa@gmail.com>
- Loading branch information