无法在加密文件系统上运行 docker

Nob*_*lis 5 encryption docker 18.04

我使用此处指定的说明加密了我的主目录(特别是 fscrypt 指南,但我特意为我的密码设置了不同的解锁短语)。但是,我在启动 docker 服务时遇到了问题:

service_a         | /bin/sh: 1: /code/app/bin/celery_worker.py: Required key not available
service_b         | standard_init_linux.go:207: exec user process caused "required key not available"
service_c         | standard_init_linux.go:207: exec user process caused "required key not available"
service_d         | standard_init_linux.go:207: exec user process caused "required key not available"
Run Code Online (Sandbox Code Playgroud)

为了让他们访问我的主目录,我是否需要执行额外的步骤?想知道这是否与无关。

编辑:维护者在那里为感兴趣的人留下了对我的评论的回复,不幸的是,这似乎离修复还有很长的路要走。