File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -655,19 +655,20 @@ Ordered list of EDFs that this file inherits from. Parameters from listed enviro
655655 ` ` `
656656< /details>
657657
658- * ** image** (Type: STRING)
658+ # ## image ( STRING)
659659
660- The container image to use. Can reference a remote Docker/OCI registry or a local Squashfs file as a filesystem path.
660+ The container image to use. Can reference a remote Docker/OCI registry or a local Squashfs file as a filesystem path.
661661
662- < details>
663- < summary> Notes< /summary>
662+ < details>
663+ < summary> Notes< /summary>
664664
665- * The full format for remote references is [USER@][REGISTRY#]IMAGE[:TAG].
666- * [REGISTRY#] : (optional) registry URL, followed by # . Default: Docker Hub.
667- * IMAGE : image name.
668- * [:TAG] : (optional) image tag name, preceded by :.
669- * The registry user can also be specified in the $HOME /.config/enroot/.credentials file.
670- < /details>
665+ The full format for remote references is [USER@][REGISTRY#]IMAGE[:TAG].
666+ * [REGISTRY#] : (optional) registry URL, followed by # . Default: Docker Hub.
667+ * IMAGE : image name.
668+ * [:TAG] : (optional) image tag name, preceded by :.
669+
670+ The registry user can also be specified in the $HOME /.config/enroot/.credentials file.
671+ < /details>
671672
672673 < details>
673674 < summary> Examples< /summary>
You can’t perform that action at this time.
0 commit comments