我使用以下命令构建了一个奇异沙箱容器:
sudo singularity build --sandbox ubuntu/ library://ubuntu现在,我想将这个容器复制/导出为一个sif文件。但我在文档中找不到如何做到这一点。
知道吗?
发布于 2022-08-03 06:27:43
好的,通过更仔细地阅读文档,显然不可能将沙箱上的更改保存到sif文件中,请参阅这里
发布于 2022-08-05 18:46:13
sudo singularity build ubuntu.sif ubuntu/
INFO: Starting build...
INFO: Creating SIF file...
INFO: Build complete: ubuntu.sif请参阅container.html#converting-containers-from-one-format-to-another
https://stackoverflow.com/questions/73210283
复制相似问题