You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 8, 2021. It is now read-only.
Create a docker-compose.yml using a private docker image
Try to pull new image using hyper compose pull -f docker-compose.yml FAIL
Try to pull image manually with hyper pull ${image_name}
Actual Results:
Pulling web (private/web:beta)...
Pulling repository docker.io/private/web
&{%!s(*os.file=&{88 /dev/stderr <nil> {0 0} true [] [] [] 0})}time="2018-02-14T22:19:21+01:00" level=error msg="Failed Pulling web : Status: Error: image private/web not found,
de: 1"
**Expected Results:**
Same but without the last error :D
**Additional info:**
`hyper pull private/web:beta` work properly :)