Go to file
2023-06-15 11:07:56 +08:00
script update docker configs 2022-05-05 13:28:26 +08:00
src build: config spotless plugin and reformat code 2023-06-15 11:07:56 +08:00
.gitignore update gitignore 2021-11-01 11:52:16 +08:00
build.gradle build: config spotless plugin and reformat code 2023-06-15 11:07:56 +08:00
LICENSE revise licenses 2021-10-15 10:03:01 +08:00
README.md initial commit 2021-09-26 13:01:04 +08:00

Docker镜像制作

Dockerfile放到一个目录,同时把编译好的bdcluster.zip放到同一目录,并解压、制作镜像:

unzip -d ./bdserver/ bdcluster.zip
docker build -t bdware/bdcluster .