Kallen Ding
Kallen Ding
Met same question: ``` [Error] reverse.go:257 1085:159: expected ';', found 'IDENT' route (and 1 more errors) ```
The same issue for me when I check km health via: `curl -s http://127.0.0.1:9000/api/health` return as follow told that `Action not found`: ``` ... Action not found For request 'GET...
Same as #71
:exclamation: 我更新完代码后生效了, 但发现一个问题:**新增上/下一篇按钮后, 页面出现了两个滚动条** ## Before  ## After  > @forsigner 为啥我在 `themes/fexo/_config.yml` 的 post 下加了 `show_prev_next: true` , 但没有生效呢:question: :confused:
@gaius-qi This issue due to my containerd config.toml config error, because I firstly install dragonfly with client image `dragonflyoss/client: v0.1.125`. It auto generated a strange dir **/etc/containerd/certs.d:/etc/docker/certs.d** like this: ```ruby...
Seems not, The official docs does not mention multiple paths supports. [containerd-registry-configuration](https://github.com/containerd/containerd/blob/main/docs/cri/config.md#registry-configuration)
@gaius-qi No, there was just only one line of `config_path` config.
```toml version = 2 root = "/data/containerd/store" state = "/data/containerd/run" oom_score = 0 [grpc] max_recv_message_size = 16777216 max_send_message_size = 16777216 [debug] address = "" level = "info" format = ""...
``` ❯ /bin/containerd --version containerd github.com/containerd/containerd 1.7.23 57f17b0a6295a39009d861b89e3b3b87b005ca27 ``` Sure, the ting i just only want to know is that why dragonfly client `v0.1.125` auto created a dir `/etc/containerd/certs.d:` and...