Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mlejva committed Nov 9, 2023
1 parent e68e91d commit 3685399
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/docs/src/app/sandbox/custom/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ You can build a custom sandbox by creating the [Sandbox Template](/sandbox/templ
Once you build your custom sandbox template, you can spawn multiple isolated sandboxes from it.

## How it works
1. Provide a Dockerfile
1. Build a sandbox template from it using our CLI
1. [Provide a Dockerfile](/sandbox/templates/template-file)
1. [Build a sandbox template from it using our CLI](/guide/custom-sandbox#4-build-custom-sandbox)
1. Get a template ID from the CLI:
```sh
# ... truncated CLI output
Expand Down Expand Up @@ -39,7 +39,7 @@ Once you build your custom sandbox template, you can spawn multiple isolated san
sandbox.close()
```
</CodeGroup>
5. Run the code and we spawn a sandbox based on the template you built in step 2
1. Run the code and we spawn a sandbox based on the template you built in step 2

Now you can do step 4/5 multiple times using the same ID, always creating a separate sandbox instance.

Expand Down

1 comment on commit 3685399

@vercel
Copy link

@vercel vercel bot commented on 3685399 Nov 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

e2b-docs – ./apps/docs

e2b-docs.vercel.app
e2b-docs-e2b.vercel.app
e2b-docs-git-main-e2b.vercel.app

Please sign in to comment.