docker-orange icon indicating copy to clipboard operation
docker-orange copied to clipboard

Docker distribution for Orange.

Results 5 docker-orange issues
Sort by recently updated
recently updated
newest added

建议把log日志和配置文件映射出来,还有dockerfile 也无法正常使用了

## logs ``` 2019/08/06 10:27:25 [error] 48#48: *11 [lua] mysql_db.lua:30: query(): failed to connect: failed to connect: orange-database could not be resolved (3: Host not found): nil nil, client: 192.168.48.1,...

这个容器太大了 FROM alpine:3.7

查看日志 2018/05/03 11:21:28 [error] 40#40: *5 [lua] mysql_db.lua:30: query(): failed to connect: failed to connect: mysql could not be resolved (3: Host not found): nil nil, context: ngx.timer 2018/05/03 11:21:28...

在 docker-entrypoint.sh 里增加了: if [[ "X${ORANGE_AUTH}" != "X" ]]; then sed -i "s/\"auth\": false/\"auth\": \"${ORANGE_AUTH}\"/g" ${ORANGE_CONF} fi 并且 run 的时候增加参数 -e ORANGE_AUTH=true 但是认证并没有生效,还是可以直接访问到 Dashboard。 在容器内查看配置文件是启用了auth的。