Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5869

Beginners • Re: Probs getting docker to pull images

$
0
0
On a Pi 5 it is working OK for me:

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
Not sure what the "space" command is (maybe "docker ps") as it gives an error:

Code:

pi@pi5-4GB:~ $ docker space psdocker: 'space' is not a docker command.
Anyway, is your internet access working from the system running docker ?
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



Viewing all articles
Browse latest Browse all 5869

Trending Articles