Skip to content

Commit 1258c04

Browse files
committed
specified supported instructions
1 parent 19e426c commit 1258c04

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

template/local-development.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ icon: "code"
77
You can test Templates locally by converting them to a Docker-compatible container images that you can build and run locally.
88

99
<Warning>
10-
E2B Templates do not map 1:1 to Dockerfiles. Only a limited set of instructions are supported and converted to equivalent Docker commands.
10+
E2B Templates do not map 1:1 to Dockerfiles. Only a limited set of instructions are supported and converted to equivalent Docker instructions.
11+
12+
Supported instructions:
13+
`FROM`, `COPY`, `ENV`, `RUN`, `WORKDIR`, `USER`, `ENTRYPOINT`
1114
</Warning>
1215

1316
Create a template file:

0 commit comments

Comments
 (0)