Segmentation fault on Raspberry Pi 3

Open
#342 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
25/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
docker, linux, raspberry-pi, shell

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.

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"

Dominant language
Shell
Stars
3.2k
Forks
863
Avg merge
3h 15m
Merged PRs (30d)
2

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from docker/docker-install

All issues in docker/docker-install

Similar issues

More Shell/Bash issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.