On a Pi 5 it is working OK for me: Not sure what the "space" command is (maybe "docker ps") as it gives an error: Anyway, is your internet access working from the system running docker ?
On my docker installs via curl I always do
Code:
pi@pi5-4GB:~ $ docker pull alpineUsing default tag: latestlatest: Pulling from library/alpinebca4290a9639: Pull complete Digest: sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6bStatus: Downloaded newer image for alpine:latestdocker.io/library/alpine:latest
Code:
pi@pi5-4GB:~ $ docker space psdocker: 'space' is not a docker command.
On my docker installs via curl I always do
Code:
sudo usermod -aG docker $USER
Statistics: Posted by neilgl — Sun Jan 28, 2024 11:02 am