1. Set up a trust

    Vi /etc/docker-daemon. json {****** configure "insecure-registries": ["192.168.66.102:85"] your Harbor address}
  2. Restart the docker.

    systemctl restart docker
  3. Set Docker to access Harbor users

    Docker login -u username -p password 192.168.66.102 192.168.66.102 Harbor address
  4. Go to Harbor and find the Mirror Copy Pull command

    Docker pull 192.168.0.188:9123 / test/order: v1

    5. Run this according to its own mirror image

    docker run -di -p 9001:9000 6656b965d850

    6. Access



    Success!!

    — — — — — — — —

The original link: https://blog.csdn.net/CSDN877…