I want to be able to run Windows Container as a domain user
Example (I donβt know how to work as another user)
docker run -it microsoft/nanoserver powershell
Or, alternatively, the ability to run a powershell script in a container as a domain user. I would have to go into -e before launching the dockers, but that's fine.
The reason for this is to run something like (but the application uses domain resources such as SQL and shared files)
dotnet app.dll
source
share