Skip to content

Commit

Permalink
Merge pull request #230 from lf-lang/docker-patch
Browse files Browse the repository at this point in the history
Update to Docker docs
  • Loading branch information
lhstrh authored Jan 31, 2024
2 parents 2194310 + ad349ef commit ed21fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/containerized-execution.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<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.
:::

0 comments on commit ed21fcf

Please sign in to comment.