Skip to content

Commit ed21fcf

Browse files
authored
Merge pull request lf-lang#230 from lf-lang/docker-patch
Update to Docker docs
2 parents 2194310 + ad349ef commit ed21fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/containerized-execution.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,5 +120,5 @@ target C {
120120
```
121121

122122
:::note
123-
To use a local image that is based on source of the RTI provided by `lfc`, use `rti-image: "lflang/rti:rti"`.
123+
The value of the `FROM` and `rti-image` entry should follow Docker's `<user-name>/<image-name>:<tag-name>` 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.
124124
:::

0 commit comments

Comments
 (0)