Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ The `docker-outside-of-docker` feature connects container agents to Docker on yo

```jsonc
{
"name": "NeoLabHQ Sandbox",
"name": "Agent Sandbox",
"image": "neolabhq/sandbox:latest",
"features": {
"devcontainers/features/docker-outside-of-docker:1": {}
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {}
},
"remoteUser": "vscode",
"remoteEnv": {
Expand Down Expand Up @@ -369,10 +369,10 @@ Minimal configuration. The `docker-outside-of-docker` feature connects container

```jsonc
{
"name": "NeoLabHQ Sandbox",
"name": "Agent Sandbox",
"image": "neolabhq/sandbox:latest",
"features": {
"devcontainers/features/docker-outside-of-docker:1": {}
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {}
},
"remoteUser": "vscode",
"remoteEnv": {
Expand All @@ -391,10 +391,10 @@ For projects that want MCP servers proxied from the host's [Docker MCP Catalog](

```jsonc
{
"name": "NeoLabHQ Sandbox (Docker MCP)",
"name": "Agent Sandbox",
"image": "neolabhq/sandbox:latest",
"features": {
"devcontainers/features/docker-outside-of-docker:1": {}
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {}
},
"mounts": [
"source=${localEnv:HOME}/.docker/mcp,target=/home/vscode/.docker/mcp,type=bind,consistency=cached"
Expand Down
Loading