Windows 2016 containers launch powershell as a domain user

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
+4
source share
1 answer
+2

Source: https://habr.com/ru/post/1659124/


All Articles