最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Binding single file in Singularity apptainer - Stack Overflow

programmeradmin1浏览0评论

I want to bind a single .json file to my apptainer container instead of binding the directory in which the .json file lies. However, when I try to bind the file like this:

--bind /PATH/config.json:/mnt/cfg_path

my program does not see the file, but only the path /mnt/cfg_path/. Is there any way to bind a single file, or do I have to put the file in a directory first and then bind the entire directory?

Thanks in advance!

发布评论

评论列表(0)

  1. 暂无评论