File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 2727 builds, ` --authfile ` and other authentication options, and more. See the [ user
2828 guide] ( https://docs.sylabs.io/guides/latest/user-guide/build_a_container.html#dockerfile )
2929 for more information.
30+ - Docker-style SCIF containers
31+ ([ https://sci-f.github.io/tutorial-preview-install ] ( https://sci-f.github.io/tutorial-preview-install ) )
32+ are now supported. If the entrypoint of an OCI container is the ` scif `
33+ executable, then the ` run ` / ` exec ` / ` shell ` commands in ` --oci ` mode can be
34+ given the ` --app <appname> ` flag, and will automatically invoke the relevant
35+ SCIF command. For example:
36+ ` singularity run --oci --app myapp mycontainer.oci.sif arg1 arg2 ` will
37+ automatically run ` scif run myapp arg1 arg2 ` inside the container. The
38+ ` inspect --oci ` command will also run ` scif inspect ` , or
39+ ` scif inspect <appname> ` if used with the ` --app appname ` flag.
3040
3141### Bug Fixes
3242
You can’t perform that action at this time.
0 commit comments