Skip to content

Commit 9c1aaae

Browse files
committed
Reference
1 parent 94dcd6d commit 9c1aaae

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

docs/tools/container-engine.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)