You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/template/examples/docker.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: "Sandbox with Docker installed for running containers"
5
5
6
6
## Install Docker
7
7
8
-
Use the official installation script from [get.docker.com](https://get.docker.com). The `hello-world` container validates the installation.
8
+
Use the official installation script from [get.docker.com](https://get.docker.com). The `hello-world` container run validates the installation.
9
9
10
10
<CodeGroup>
11
11
```typescript JavaScript & TypeScript
@@ -33,7 +33,7 @@ template = (
33
33
34
34
## Build the template
35
35
36
-
We recommend at least 2 CPUs and 2 GB of RAM for running Docker containers. **With lower RAM, your sandbox might run out of memory when working with containers.**
36
+
We recommend at least 2 CPUs and 2 GB of RAM for running Docker containers. **With lower RAM, your sandbox might run out of memory.**
0 commit comments