This commit is contained in:
Tan Jiang 2016-06-28 16:49:08 +08:00
parent 39d56dd61e
commit 046a42f427

View File

@ -7,11 +7,13 @@ This module is for those machine running Harbor's old version, such as 0.1.0. If
###Installation
- step 1:
```
cd migration
```
- step 2: change `db_username`, `db_password`, `db_port`, `db_name` in migration.cfg
- step 3: build image from dockerfile
```
docker build -t migrate-tool .
```