https://rancher.com/ logo
Title
m

mysterious-crayon-60878

07/21/2022, 8:08 PM
Anyone had success pulling from a registry served by hauler? I created a store with an image, a .jar, and a ,tar.gz file in it. I am trying to serve that store and pull from it but can't seem to figure out how to access it. I am serving with the command
hauler store serve -p 5050 -l debug
I tried pulling with
docker pull 127.0.0.1:5050/<image name>:<image tag>
but got connection refused