Skip to content

Commit

Permalink
update prebuilt
Browse files Browse the repository at this point in the history
  • Loading branch information
hainingzhang committed Aug 3, 2016
1 parent 9a6fd7d commit edc0107
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 38 deletions.
9 changes: 3 additions & 6 deletions contrib/prebuild-install/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
## Make use of pre-built images of Harbor

Community members have helped building Harbor's docker images. If you want to save time from building Harbor from source. You can follow the below instructions to quickly pull Harbor's pre-built images for installation.

The script `docker-compose.sh` is used to change the registry service to pull pre-built images from. It updates `docker-compose.yml` to skip building the images from source locally.

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.

### Steps

Run the command update_compose.sh :
Run the command `update_compose.sh` :
```
$ ./update_compose.sh
Expand All @@ -22,5 +19,5 @@ 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.

This command will back up and update the file `Deploy/docker-compose.yml` . Next, just follow the [Harbor Installation Guide](../../docs/installation_guide.md) to install Harbor.
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.

32 changes: 0 additions & 32 deletions contrib/prebuild-install/docker-compose.sh

This file was deleted.

0 comments on commit edc0107

Please sign in to comment.