harbor/contrib/prebuild-install/README.md

24 lines
1006 B
Markdown
Raw Normal View History

2016-08-03 09:35:50 +02:00
## Make use of pre-built images of Harbor
2016-08-03 09:48:20 +02:00
Community members have helped building Harbor's docker images. If you want to save time from building Harbor from source, please follow the below instructions to quickly pull Harbor's pre-built images for installation.
2016-08-03 09:35:50 +02:00
### Steps
2016-08-03 09:48:20 +02:00
Run the command `update_compose.sh` :
2016-08-03 09:35:50 +02:00
```
$ ./update_compose.sh
Please enter the registry service you want to pull the pre-built images from.
Enter 1 for Docker Hub.
Enter 2 for Daocloud.io (recommended for Chinese users).
or enter other registry URL such as https://my_registry/harbor/ .
The default is 1 (Docker Hub):
```
Enter **1** to pull images from Docker Hub,
Enter **2** to pull image from Daocloud.io, recommended for Chinese users.
or Enter other registry URL like `https://my_registry/harbor/` . Do not forget the "/" and the end.
2016-08-03 09:48:20 +02:00
This command backs up and updates the file `Deploy/docker-compose.yml` . Next, just follow the [Harbor Installation Guide](../../docs/installation_guide.md) to install Harbor.
2016-08-03 09:35:50 +02:00