mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-22 16:48:30 +01:00
Update README.md
This commit is contained in:
parent
ba5994bf01
commit
c18ca59f3e
10
README.md
10
README.md
@ -32,7 +32,13 @@ On an Internet connected host, Harbor can be easily installed via docker-compose
|
||||
2. Edit the file **make/harbor.cfg**, make necessary configuration changes such as hostname, admin password and mail server. Refer to [Installation and Configuration Guide](docs/installation_guide.md) for more info.
|
||||
|
||||
|
||||
3. Install Harbor with the following commands. Note that the docker-compose process can take a while.
|
||||
3. Install Harbor with the following methods. Note that the build container images process can take a while.
|
||||
I: Automation Install
|
||||
```sh
|
||||
$ make install
|
||||
```
|
||||
|
||||
II: Manual Install
|
||||
```sh
|
||||
$ cd make
|
||||
|
||||
@ -42,6 +48,8 @@ On an Internet connected host, Harbor can be easily installed via docker-compose
|
||||
Generated configuration file: ./config/registry/config.yml
|
||||
Generated configuration file: ./config/db/env
|
||||
|
||||
$ cd dev
|
||||
|
||||
$ docker-compose up -d
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user