Is it possible to use Docker on Windows? #2672
Unanswered
pendraggon87
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using Docker Desktop on Windows (WSL), and noticed I cannot run mealie in a container - I get errors relating to usermod and groupmod that there is no id 911. Looking at the shell script, it creates a new user with a uid and gid of 911 - but I am not sure why running this on a Windows host should make any difference to the container itself? Everything works fine on my Mac.
Beta Was this translation helpful? Give feedback.
All reactions