-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Puter docker container cannot start, write to /var/puter #694
Comments
Hello, I'm not able to reproduce this issue. Please ensure you're running Also you may want to know that running with |
I have the same problem. There are two options described how to do puter with docker. |
Same here- i mounted two new docker volumes to puter. Same result. Its a permission issue. If you really chown the directories and/or volumes like stated (chown -R 1000:1000 puter) you are allowed to write. Best regards |
Nope, this doesn't work for me. |
Didn't work for me... It's frustrating. |
I want to install Puter on my umbrel home server using docker-compose. All configurations were carried out as described in the docs. Umbrel can be reached via the address umbrel.local. Unfortunately after the installation I get the following screen: I mounted the config in the following directory:
Nevertheless, I get the error message from the screen above, even though according to the logs everything should be fine. The username and password are also generated. Here the docker-compose.yml can be found from my repository. I've already tried a lot, but I've now reached the end. There has to be a solution?!?! I would be grateful for any help or ideas. 😎 @KernelDeimos , maybe you? |
I see some of you were observing the output in a terminal, which tells me you were running the Docker container on a local machine. I would recommend for local running to just use node. The docker container rarely works properly for anyone, and we don't use it ourselves. It has been more painful to attempt to support Docker than it has been to support Windows, and I say that while knowing the server likely doesn't currently run under Windows. As for @dennysubke I think you brought this up in a separate issue and we're handling it there - can you confirm? (we had a bit of backlog, so I'm going through all the issues again) |
@mfrancisbeehive @KernelDeimos @dennysubke @Roi-Danton @DevBengel I tried |
@arkilis Thanks for your hint. Doesn't work for me. This has already been discussed elsewhere. It is definitely a problem in the docker container. |
Issue Description
Docker compose not working on Mac. Says it cannot write to /var/puter
Steps to Reproduce
Expected & Actual Behavior
Puter should start and run as normal
Addition Information or Screenshots (if applicable)
Deployment
npm run start
)docker run
)docker-compose
)Puter version (if accessible)
Latest as of this issue submission
The text was updated successfully, but these errors were encountered: