7 lines
181 B
Bash
7 lines
181 B
Bash
# 运行容器
|
|
docker run -d \
|
|
--name authcenter \
|
|
-p 999:999 \
|
|
-v /sdcard/WinBoLLStudio/AuthCenterConsoleApp:/sdcard/WinBoLLStudio/AuthCenterConsoleApp \
|
|
authcenter:v1.0.0
|