Skip to content
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

rootless installation failing on Raspberry PI #343

Open
aWeinzierl opened this issue Feb 28, 2023 · 0 comments
Open

rootless installation failing on Raspberry PI #343

aWeinzierl opened this issue Feb 28, 2023 · 0 comments

Comments

@aWeinzierl
Copy link

aWeinzierl commented Feb 28, 2023

Running

curl -sSL https://get.docker.com/rootless | sh

returns (= fails)

# Installing stable version 23.0.0
# Executing docker rootless install script, commit: 6647403
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 379 100 379 0 0 1162 0 --:--:-- --:--:-- --:--:-- 1166
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 395 100 395 0 0 1362 0 --:--:-- --:--:-- --:--:-- 1362

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now

The cause seems to be that uname -m resolves to armv7l which is not available at https://download.docker.com/linux/static/stable/

Note that dpkg --print-architecture, which is used to set up apt-get would resolve to armhf

Environment: Raspberry PI 2 B, Raspberry PI OS light, 32 bit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant