docker-install icon indicating copy to clipboard operation
docker-install copied to clipboard

Segmentation fault on Raspberry Pi 3

Open jbrepogmailcom opened this issue 2 years ago • 0 comments

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"

jbrepogmailcom avatar Feb 23 '23 13:02 jbrepogmailcom