problem when using ros image in docker
hello, I follow this tutorial http://wiki.ros.org/docker/Tutorials/Docker on ros wiki to pull ros image,
but when I run docker pull ros:indigo-robot , the error will occur finally:
739193a3b534: Downloading 2.129 MB/3.425 MB
c36ae8d89897: Download complete
f20c4051b591: Downloading 1.081 MB/68.46 MB
Pulling repository ros
FATA[0386] Repository not found
Does anyone have done this correctly?
Asked by yin on 2017-01-04 11:32:55 UTC
Comments
What version of docker are you using? Did
docker pull ros
work fine?Asked by Michael Johnson on 2017-01-09 10:14:19 UTC