How do I pull from specific docker registries?



  • Be careful when pulling from docker hub, use trusted registries. This pull is getting the image specifically from redhat.

    $ sudo docker pull registry.access.redhat.com/rhel7
    Using default tag: latest
    Pulling repository registry.access.redhat.com/rhel7
    82ad5fa11820: Download complete
    Status: Downloaded newer image for registry.access.redhat.com/rhel7:latest
    registry.access.redhat.com/rhel7: this image was pulled from a legacy registry.  Important: This registry version will not be supported in future versions of docker.
    

Log in to reply
 

© Lightnetics 2024