rustdesk / rustdesk/rustdesk-server
Possible solution for rustdesk-server-s6 on Armv7 and s6-overlay problem
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 10.4k
- Forks
- 2.6k
- PR merge metrics
- No merged PRs in 30d
Description
Hi, I tried to install Rustdesk server on my raspberry Pi3 with Raspian 32bit with Docker, I followed various guides but nothing worked in my machine.
The s6-overlay crashed for security reason e the container don't go up (restanting (111)).
I have found a solution by adding at the docker-compose file these lines:
security_opt:
- seccomp:unconfined
With these lines the container go up and the server work fine.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Docker Compose file and review the reported s6-overlay failure on Raspberry Pi 3 with 32-bit Raspbian and Armv7. Reproduce the container startup problem if possible, then verify that the documented Compose configuration allows the server container to start and run successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker
- Domain
- devops
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100