奇点容器:我无法使可写从奇点沙箱持久化到主机

Singularity Container: I cannot make writable persistent from singularity sandbox to host

提问人:christian ortiz 提问时间:11/7/2023 最后编辑:christian ortiz 更新时间:11/7/2023 访问量:16

问:

我做以下事情

  1. 我构建了一个沙盒

    singularity build --sandbox project/ project.recipe

  2. 我访问沙盒来修改内容

    singularity shell -B /path/to/host:/path/in/sandbox --writable project

  3. 我从沙盒构建映像

    singularity build project.sif project

但是,我的更改没有更新。在 中,它被修改,但没有任何变化。由于我从沙盒构建映像,因此最终我的更改不会显示在 .sif 文件中。顺便说一句 = .如果我省略绑定挂载,则会在沙箱中对其进行修改,并且我可以使用修改来构建映像,但随后文件不再在主机中更新。我想访问沙箱并能够修改沙箱和主机path/to/host/path/to/sandbox/path/to/host//path/in/sandbox

绑定 奇点容器

评论


答: 暂无答案