dotnet / dotnet-docker-nightly

This repository has moved to the nightly branch of dotnet/dotnet-docker.
https://github.com/dotnet/dotnet-docker/tree/nightly
MIT License
35 stars 30 forks source link

Specify user as ContainerAdministrator while running Nano Server 1709 unit tests #506

Closed ravimeda closed 6 years ago

ravimeda commented 6 years ago

In a Nano Server 1709 container the default user i.e. ContainerUser will not have access to a volume. Only the ContainerAdministrator will have access. Hence these changes execute docker run command with user as ContainerAdministrator in case of Nano Server 1709 unit tests.

These changes are required for enabling CI on Nano Server 1709. Related to https://github.com/dotnet/dotnet-docker-nightly/issues/468