Go to file
2021-10-15 10:03:01 +08:00
src initial commit 2021-09-26 13:01:04 +08:00
temp initial commit 2021-09-26 13:01:04 +08:00
.gitignore initial commit 2021-09-26 13:01:04 +08:00
build.gradle initial commit 2021-09-26 13:01:04 +08:00
Dockerfile initial commit 2021-09-26 13:01:04 +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 .