Missing user in docker container #3691
|
Hi, I have a problem with a missing user in a docker container. I installed oh-my-posh on my Windows and Linux and the theme works great. I can see the user and other stuff that I added. But, when I installed oh-my-posh inside a docker container and paste there my theme the user is missing. I tried with the default root user inside a container and also with a created user. On my Windows Inside Docker Container Do I need to add some extra arguments to a docker container? |
Answered by
JanDeDobbeleer
Apr 7, 2023
Replies: 1 comment 1 reply
|
We fetch the |
1 reply
Answer selected by
solairen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We fetch the
USERandUSERNAMEenvironment variable. If both are empty, there's no value. But that's rather strange TBH.