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

Add dotnet to system PATH #505

Closed ravimeda closed 6 years ago

ravimeda commented 6 years ago

dotnet.exe path should be in system (as opposed to local) PATH. Setting such variable requires admin access. Since in Nano Server 1709 the default user i.e. ContainerUser, switch to ContainerAdministrator to set the system environment variable.

Related to https://github.com/dotnet/dotnet-docker/issues/344

Edit: Replaced "Fixes" as "Related To"