You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
报错信息:
docker: Error response from daemon: OCI runtime create failed: container_linux.go:349: starting container process caused "exec: "./bin/start-server.sh": stat ./bin/start-server.sh: no such file or directory": unknown.
ERRO[0000] error waiting for container: context canceled
The text was updated successfully, but these errors were encountered:
启动命令:
docker run -p 58081:8080 -e SPRING_DATASOURCE_URL="jdbc:mysql://:3306/davinci0.3?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true"
-e SPRING_DATASOURCE_USERNAME="root" -e SPRING_DATASOURCE_PASSWORD="root"
-e SPRING_MAIL_HOST="smtp.qq.com" -e SPRING_MAIL_PORT="465" -e SPRING_MAIL_PROPERTIES_MAIL_SMTP_SSL_ENABLE="true"
-e SPRING_MAIL_USERNAME="[email protected]" -e SPRING_MAIL_PASSWORD=""
-e SPRING_MAIL_NICKNAME="davinci_sys"
edp963/davinci:v0.3.0-beta.9
报错信息:
docker: Error response from daemon: OCI runtime create failed: container_linux.go:349: starting container process caused "exec: "./bin/start-server.sh": stat ./bin/start-server.sh: no such file or directory": unknown.
ERRO[0000] error waiting for container: context canceled
The text was updated successfully, but these errors were encountered: