Skip to content

Commit 2bba96b

Browse files
committed
Change section name
1 parent 0b7696b commit 2bba96b

File tree

1 file changed

+4
-3
lines changed
  • docs/software/container-engine

1 file changed

+4
-3
lines changed

docs/software/container-engine/run.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,7 @@ If an EDF is located in the search path, its name can be used in the `--environm
8383
...
8484
```
8585

86-
## Image Management
87-
88-
### Image cache
86+
## Using container images
8987

9088
By default, images defined in the EDF as remote registry references (e.g. a Docker reference) are automatically pulled and locally cached.
9189
A cached image would be preferred to pulling the image again in later usage.
@@ -101,6 +99,9 @@ To choose an alternative image store path (e.g., to use a directory owned by a g
10199
!!! note
102100
If the CE cannot create a directory for the image cache, it operates in cache-free mode, meaning that it pulls an ephemeral image before every container launch and discards it upon termination.
103101

102+
!!! note
103+
Local container images are not cached. See the section below on how to use local images in EDF.
104+
104105
### Pulling images manually
105106

106107
To work with images stored from the NGC Catalog, please refer also to the next section "Using images from third party registries and private repositories".

0 commit comments

Comments
 (0)