Skip to content

Commit 9750665

Browse files
committed
Address review feedback on docker template
- Add "run" to hello-world validation sentence - Simplify RAM warning text
1 parent e9a06b4 commit 9750665

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/template/examples/docker.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: "Sandbox with Docker installed for running containers"
55

66
## Install Docker
77

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.
99

1010
<CodeGroup>
1111
```typescript JavaScript & TypeScript
@@ -33,7 +33,7 @@ template = (
3333

3434
## Build the template
3535

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.**
3737

3838
<CodeGroup>
3939
```typescript JavaScript & TypeScript

0 commit comments

Comments
 (0)