parser.add_argument('-conf',dest='cfgfile',default='harbor.cfg',type=str,help="the path of Harbor configuration file")
parser.add_argument('-conf',dest='cfgfile',default='harbor.cfg',type=str,help="the path of Harbor configuration file")
parser.add_argument('--data-volume',dest='data_volume',default='/data/',type=str,help="the path of Harbor data volume, which is set in template of docker-compose.")