Singularity 运行时:如何指定家目录
您可以使用 Singularity 运行时的 --home 参数来指定家目录。例如:
singularity run --home /home/user myimage.sif
这将将 /home/user 作为容器中的家目录。请注意,您需要在容器中创建相应的用户和家目录。
原文地址: https://www.cveoy.top/t/topic/noUz 著作权归作者所有。请勿转载和采集!
安全问答是一个知识全球问答,包含丰富的问答知识
您可以使用 Singularity 运行时的 --home 参数来指定家目录。例如:
singularity run --home /home/user myimage.sif
这将将 /home/user 作为容器中的家目录。请注意,您需要在容器中创建相应的用户和家目录。
原文地址: https://www.cveoy.top/t/topic/noUz 著作权归作者所有。请勿转载和采集!