10
1
I am a little confused when it comes to the users with Docker. When I run a Windows Container (e.g. microsoft/windowsservercore) and I type in "whoami" I get the following response
user manager\containeradministrator
But when running "net user" within the container I don't see any containeradministrator but rather only
-------------------------------------------------------------------------------
Administrator DefaultAccount Guest
So what user is this conataineradministrator in the end and what permissions does he have? Does he belong to a user group?