Skip to content

Commit 359370e

Browse files
committed
Clarify which targets support docker
1 parent 6a1f120 commit 359370e

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
@@ -3,7 +3,7 @@ title: Containerized Execution
33
description: Containerized Execution using Docker
44
---
55

6-
For the `C` target at least, the Lingua Franca code generator is able to generate a Dockerfile when it generates the C source files. To enable this, include the `docker` property in your target specification, as follows:
6+
The `C`, `Python`, and `TypeScript` target support the generation of a Dockerfile to conveniently run the generated code in a container. To enable this feature, include the `docker` property in your target specification, as follows:
77

88
```lf-c
99
target C {

0 commit comments

Comments
 (0)