add doc for domestic user to pull images faster

This commit is contained in:
wemeya 2016-04-22 15:14:30 +08:00
parent d12c6b14a8
commit 932814b888

View 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.