mirror of
https://github.com/goharbor/harbor.git
synced 2025-02-02 04:51:22 +01:00
add doc for domestic user to pull images faster
This commit is contained in:
parent
d12c6b14a8
commit
932814b888
9
docs/fast way to pull images.md
Normal file
9
docs/fast way to pull images.md
Normal file
@ -0,0 +1,9 @@
|
||||
### A faster way to pull images for Chinese Harbor users
|
||||
By default, Harbor not only build images according to Dockerfile but also pull images from Docker Hub. For the reason we all know, it is difficult for Chinese Harbor users to pull images from the Docker Hub. We put images on daocloud.io platform, we'll put images on other platforms later. If you have difficulty to pull images from Docker Hub, or you think it wastes too much time to build images. We recommend you to use the following way to accelerate the pulling procedure(make sure you're in the harbor diectory):
|
||||
```
|
||||
$ cd contrib
|
||||
$ mv docker-compose-daocloud.yml docker-compose.yml
|
||||
$ cp docker-compose.yml ../Deploy
|
||||
$ docker-compose up -d
|
||||
```
|
||||
Then you'll see docker pulling imges faster than before.
|
Loading…
Reference in New Issue
Block a user