From ad349efc42278da53c4a70e35934343a4a099230 Mon Sep 17 00:00:00 2001 From: Marten Lohstroh Date: Wed, 31 Jan 2024 10:52:59 -0800 Subject: [PATCH] Update containerized-execution.mdx --- docs/reference/containerized-execution.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. :::