mirror of
https://github.com/goharbor/harbor
synced 2025-04-22 04:35:11 +00:00
add --insucure-registry option to user_guide
This commit is contained in:
parent
171028aef5
commit
c83412e537
@ -72,7 +72,17 @@ Administrator can add "SysAdmin" role to an ordinary user by toggling the switch
|
|||||||

|

|
||||||
|
|
||||||
##Pulling and pushing images using Docker client
|
##Pulling and pushing images using Docker client
|
||||||
|
|
||||||
**NOTE: Harbor only supports Registry V2 API. You need to use Docker client 1.6.0 or higher.**
|
**NOTE: Harbor only supports Registry V2 API. You need to use Docker client 1.6.0 or higher.**
|
||||||
|
|
||||||
|
If you encounter an error as below when you pull or push images, you need to add '--insecure-registry' option to /etc/default/docker (ubuntu) or /etc/sysconfig/docker (centos):
|
||||||
|
*FATA[0000] Error response from daemon: v1 ping attempt failed with error:
|
||||||
|
Get https://myregistrydomain.com:5000/v1/_ping: tls: oversized record received with length 20527.
|
||||||
|
If this private registry supports only HTTP or HTTPS with an unknown CA certificate,please add
|
||||||
|
`--insecure-registry myregistrydomain.com:5000` to the daemon's arguments.
|
||||||
|
In the case of HTTPS, if you have access to the registry's CA certificate, no need for the flag;
|
||||||
|
simply place the CA certificate at /etc/docker/certs.d/myregistrydomain.com:5000/ca.crt*
|
||||||
|
|
||||||
###Pulling images
|
###Pulling images
|
||||||
If the project that the image belongs to is private, you should sign in first:
|
If the project that the image belongs to is private, you should sign in first:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user