All Projects → WeBankFinTech → Dockin-RM

WeBankFinTech / Dockin-RM

Licence: Apache-2.0 license
Dockin container platform resource manager is the core module for application definition and container instance management

Programming Languages

java
68154 projects - #9 most used programming language
shell
77523 projects

Dockin RM - Dockin Resource Manager

License

English | 中文

Dockin container platform resource manager is the core module for application definition and container instance management, providing container allocation, recycling, and query functions.

For more Dockin components, please visit https://github.com/WeBankFinTech/Dockin

Architecture

Features

  • 0.1.0
    • support Dockin CNI
    • support Dockin Opserver

Installation

Minimum Requirements

  • JDK

    • ≥ 1.8
  • Gradle

    • ≥ 4.3

QuickStart

import tables

  • login mysql console and execute sql file to import tables
mysql -u <username> -p <password>

mysql> source <The absolute path of the sql file>

project build

  • use gradle build project
gradle build

server run

  • use java -jar run server
java -jar dockin-rm-v1.0.0.jar --spring.config.location=<path of 'application.properties' and 'application-database.properties'>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].