diff --git a/docs/reference/containerized-execution.mdx b/docs/reference/containerized-execution.mdx index bc76a1daa..8cde573e0 100644 --- a/docs/reference/containerized-execution.mdx +++ b/docs/reference/containerized-execution.mdx @@ -120,5 +120,5 @@ target C { ``` :::note -To use a local image that is based on source of the RTI provided by `lfc`, use `rti-image: "lflang/rti:rti"`. +The value of the `FROM` and `rti-image` entry should follow Docker's `/:` naming convention for image names. Docker will resolve the name and pull the image from your local registry, or, if it cannot be found, from DockerHub. :::