GoneLikeAir / Dockin-RM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dockin RM - Dockin Resource Manager

English | 中文

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

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'>

About

License:Apache License 2.0


Languages

Language:Java 98.8%Language:Shell 1.2%