docker / docker/docker-install
Segmentation fault on Raspberry Pi 3
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 3.2k
- Forks
- 863
- Avg merge
- 3h 15m
- Merged PRs (30d)
- 2
Description
When I run the script on Raspberry Pi 3, OS Lite 64, I get error Segmentation fault. Specifically at the end:
sh -c docker version
Segmentation fault
I quickly looked at install script and it is using lsb_release -a -u ... but in my version of linux I get. "lsb_release: error: no such option: -u"
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 install script and reproduce the report on a Raspberry Pi 3 running OS Lite 64, focusing on the final sh -c docker version command. Check how the script invokes lsb_release -a -u and compare that with the reported unsupported option. Done means the segmentation fault is explained and the installation path behaves correctly in this environment.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, linux, raspberry-pi, shell
- Domain
- devops, infrastructure, operating-systems
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100