在天蓝色容器实例中安装卷时出错

问题描述

我正在尝试通过遵循此链接Deploy container and mount volume - YAML上的教程来挂载卷。 yaml文件的相关部分是

volumeMounts:
      - name: filesharevolume
        mountPath: /home/indy/.indy_client/wallet/ 
        readOnly: false
volumes:
  - name: filesharevolume
    azureFile:
      sharename: acishare
      readOnly: false
      storageAccountName: xxxxxxxxxx
      storageAccountKey: xxxxxxxxxx

我在容器日志中收到此错误

 Caused by: Unexpected sqlite error
  Caused by: database is locked

Folder inside the running container

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)