Skip to content
Open
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
7 changes: 5 additions & 2 deletions content/manuals/ai/sandboxes/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This guide helps you resolve common issues when sandboxing Claude Code locally.

When you run `docker sandbox`, you see an error saying the command doesn't exist.

This means the CLI plugin isn't installed or isn't in the correct location. To fix:
This means the CLI plugin isn't installed in the expected location. To fix:

1. Verify the plugin exists:

Expand All @@ -26,7 +26,10 @@ This means the CLI plugin isn't installed or isn't in the correct location. To f

The file should exist and be executable.

2. If using Docker Desktop, restart it to detect the plugin.
2. If the `DOCKER_CONFIG` environment variable is set to a path other than
`~/.docker`, unset it.

3. Restart Docker Desktop to detect the plugin.

## "Experimental Features" needs to be enabled by your administrator

Expand Down