Replies: 1 comment
-
Are you a member of the Docker group and can you run Docker commands as non-root? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I got to the step where I have to run
bash <(curl https://raw.githubusercontent.com/winapps-org/winapps/main/setup.sh)
and I am running into an issue during the container status check. It is giving me a permission issue. I tried running the command with sudo and it just gives me the following output:I also tried just downloading the script to a file and running it with `sudo ./setup.sh' and that made the installer run, but it couldn't find the config because it was looking in the root folder.
How can I get this script to work?
Beta Was this translation helpful? Give feedback.
All reactions