- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2020 11:54 PM
I tried to pull a base image with this instruction. But I always ran into following problem. Anyone knows what is the problem?
szhang-410-030:~/docker_test> sudo docker pull devhub-docker.cisco.com/iox-docker/ir800/base-rootfs
FATA[0000] Invalid repository name (ir800/base-rootfs), only [a-z0-9-_.] are allowed
Here are my docker version and Linux version:
szhang-410-030:~/docker_test> docker --version
Docker version 1.6.2, build 7c8fca2
szhang-410-030:~/docker_test> cat /etc/os-release
NAME="Ubuntu"
VERSION="14.04.5 LTS, Trusty Tahr"
Thanks
Steve
Solved! Go to Solution.
- Labels:
-
IOx
-
IOx on IR829
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2020 04:48 AM
Hello Steve --
I'd start by upgrading your Docker version, as its all working fine here with a recent release and I seem to have a recollection this was an issue in the part.
[etychon@QPU-300 ~ ]$ docker pull devhub-docker.cisco.com/iox-docker/ir800/base-rootfs Using default tag: latest latest: Pulling from iox-docker/ir800/base-rootfs Digest: sha256:832c1adad9616d58bb161ee0bff938d5813159943139662105d385f9df0f33cd Status: Downloaded newer image for devhub-docker.cisco.com/iox-docker/ir800/base-rootfs:latest devhub-docker.cisco.com/iox-docker/ir800/base-rootfs:latest
[etychon@QPU-300 ~ ]$ docker images | grep "ir800/base-rootfs" devhub-docker.cisco.com/iox-docker/ir800/base-rootfs latest 94665494b79f 2 years ago 11.1MB
[etychon@QPU-300 ~ ]$ docker -v Docker version 19.03.13, build 4484c46d9d
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2020 04:48 AM
Hello Steve --
I'd start by upgrading your Docker version, as its all working fine here with a recent release and I seem to have a recollection this was an issue in the part.
[etychon@QPU-300 ~ ]$ docker pull devhub-docker.cisco.com/iox-docker/ir800/base-rootfs Using default tag: latest latest: Pulling from iox-docker/ir800/base-rootfs Digest: sha256:832c1adad9616d58bb161ee0bff938d5813159943139662105d385f9df0f33cd Status: Downloaded newer image for devhub-docker.cisco.com/iox-docker/ir800/base-rootfs:latest devhub-docker.cisco.com/iox-docker/ir800/base-rootfs:latest
[etychon@QPU-300 ~ ]$ docker images | grep "ir800/base-rootfs" devhub-docker.cisco.com/iox-docker/ir800/base-rootfs latest 94665494b79f 2 years ago 11.1MB
[etychon@QPU-300 ~ ]$ docker -v Docker version 19.03.13, build 4484c46d9d
