aisuhua
aisuhua
Yes, I also have the same error.
mindoc:v2.1 同样遇到这个问题
@lovebetterworld 是不兼容 calibre 新版本的问题, Dockerfile 构建镜像时会一直使用最新版本的 calibre, https://github.com/mindoc-org/mindoc/blob/5a9d09734476a035c586c4cd501f790be69249c6/Dockerfile#L109 但是目前不兼容最新版 6,可回滚到 5 版本,具体操作如下: 首先进入容器 ```sh docker exec -it mindoc bash ```` 然后重装 calibre 为低版本 ```sh mv /opt/calibre /opt/calibre-bak mkdir /opt/calibre wget...
@Duzcinfo When I use the default docker volumes path (non hostPath),it's all right。 Like `-v oracle12_data:/u01/app/oracle` without the absolute host path。 See: https://github.com/MaksymBilenko/docker-oracle-12c/issues/116#issuecomment-425096429
现在已经能获取当前上传进度了吗?看到官网的说明文档,并没有相关说明。
@lengxuegang GFW block the request. You can use proxy when building the image. Like this: https://gist.github.com/aisuhua/93c21a0c8d3eb1a2ded35f4ed821570e https://docs.docker.com/network/proxy/#use-environment-variables
-vvv output ``` $ docker run --rm -it -v $(pwd):/ansible willhallonline/ansible:2.15-ubuntu-22.04 ansible-playbook playbook.yaml -vvv ansible-playbook [core 2.15.2] config file = /ansible/ansible.cfg configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python...
Yes, I know. But the `checkPublicResources()` return `true` is meaning "private resource". For example, if i visit the url `http://domain/user/login`, and the config is: ``` 'pup' => array( 'redirect' =>...