You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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
Running
curl -sSL https://get.docker.com/rootless | sh
returns (= fails)
The cause seems to be that
uname -m
resolves toarmv7l
which is not available at https://download.docker.com/linux/static/stable/Note that
dpkg --print-architecture
, which is used to set upapt-get
would resolve toarmhf
Environment: Raspberry PI 2 B, Raspberry PI OS light, 32 bit
The text was updated successfully, but these errors were encountered: