我在拥有完全权限的服务器上构建了一个沙盒奇点容器:
sudo singularity build --sandbox myimage myrecipe
.
我将其移至另一台服务器。
当我运行时:
singularity shell myimage
我可以访问外壳。
但是,当我运行时:
singularity shell -w myimage
我得到:
ERROR : Base home directory does not exist within the container: /home
这是什么意思?我是否正确地假设这是因为-w
沙盒图像已经是可写的,所以这是多余的?