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 has been 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 :)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description of problem:
When i run
hyper compose pull -f ${compose_file}
hyper detect correctly what image is supposed to pull but fail pull from dockerhub.hyper pull ${image_name}
work properlydocker version
:Environment details (AWS, VirtualBox, physical, etc.):
Windows 10 physical
How reproducible:
docker-compose.yml
using a private docker imagehyper compose pull -f docker-compose.yml
FAILhyper pull ${image_name}
Actual Results:
The text was updated successfully, but these errors were encountered: