docker can't access to some tagged images
2
votes
1
answer
85
views
I'm facing with the following error using
docker
on my Linux Ubuntu system.
ubuntu@ubuntu:~$ docker version
Client: Docker Engine - Community
Version: 28.0.1
API version: 1.48
Go version: go1.23.6
Git commit: 068a01e
Built: Wed Feb 26 10:41:08 2025
OS/Arch: linux/amd64
Context: default
ubuntu@ubuntu:~$ docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
yangsuite-one-container latest 604c66275985 7 weeks ago 2.7GB
ubuntu 22.04 a24be041d957 3 months ago 77.9MB
carlo-ubuntu latest 1245a5e87e81 5 months ago 608MB
ubuntu_iperf latest 072ecc269646 7 months ago 387MB
debian latest 617f2e89852e 7 months ago 117MB
ubuntu 20.04 6013ae1a63c2 7 months ago 72.8MB
networkstatic/iperf3 latest 377c80503c6d 12 months ago 82MB
ios-xr/xrd-control-plane 7.11.2 58b64211c345 14 months ago 1.29GB
ubuntu 18.04 f9a80a55f492 24 months ago 63.2MB
ubuntu@ubuntu:~$
ubuntu@ubuntu:~$ docker inspect ios-xr/xrd-control-plane
[]
Error: No such object: ios-xr/xrd-control-plane
ubuntu@ubuntu:~$
ubuntu@ubuntu:~$ docker inspect "ios-xr/xrd-control-plane"
[]
Error: No such object: ios-xr/xrd-control-plane
ubuntu@ubuntu:~$
As you can see, when I try to access/inspect the tagged image ios-xr/xrd-control-plane
I get an error.
Which is actually the problem ?
Asked by CarloC
(385 rep)
May 24, 2025, 01:09 PM
Last activity: May 24, 2025, 05:00 PM
Last activity: May 24, 2025, 05:00 PM