mirror of
https://gitee.com/BDWare/router-backend
synced 2025-06-27 20:09:02 +00:00
add 'log4j2.formatMsgNoLookups=true' to deal with the vulnerability of log4j2:2.14.1
Docker镜像制作
把Dockerfile
放到一个目录,同时把编译好的bdcluster.zip
放到同一目录,并解压、制作镜像:
unzip -d ./bdserver/ bdcluster.zip
docker build -t bdware/bdcluster .
Description
Languages
Java
99.4%
Shell
0.6%