Skip to content

docs(docker-compose): tutorial references removed OpenClaw community sandbox #2404

Description

@Schimuneck

Agent Diagnostic

  • Loaded openshell-cli and update-docs skill context. Read CONTRIBUTING.md, AGENTS.md, and docs/CONTRIBUTING.mdx style guide.
  • Tested on OpenShell v0.0.74 (Homebrew CLI, latest available) and v0.0.88 (containerized gateway from ghcr.io/nvidia/openshell/gateway:latest).
  • Checked latest release: yes, reinstalled CLI via brew reinstall openshell (v0.0.74) and pulled latest gateway image (v0.0.88).
  • Searched existing issues for duplicates: yes. Searched docker-compose openclaw, from openclaw, openclaw sandbox, stale docs sandbox removed, docker-compose tutorial, community sandbox removed. Zero matching open or closed issues.
  • Investigated git history: docs/get-started/tutorials/docker-compose.mdx was last edited in PR docs(container-gateway): fix Docker driver setup for containerized gateway #1419 (Jun 3, 2026). That PR kept the OpenClaw references intact.
  • Verified the community sandbox removal: NVIDIA/OpenShell-Community PR chore: rename Navigator to NemoClaw across project #73 ("chore: remove Brev and OpenClaw sandboxes") merged May 16, 2026. sandboxes/openclaw/ no longer exists on main.
  • Verified the GHCR image is stale: ghcr.io/nvidia/openshell-community/sandboxes/openclaw:latest was built May 13, 2026, bundles OpenClaw v2026.3.11 (two months old).
  • Verified the supported path: docs/about/supported-agents.mdx line 17 lists OpenClaw as "Blueprint-managed" through NemoClaw, not as a community sandbox.
  • Scanned entire repo for stale references: two in docs/get-started/tutorials/docker-compose.mdx (lines 139, 148) and one comment in deploy/docker/docker-compose.yml (line 24).
  • The agent cannot resolve this unilaterally because it requires a maintainer decision on the replacement content (redirect to NemoClaw vs remove the tab entirely).

Description

The Docker Compose tutorial (docs/get-started/tutorials/docker-compose.mdx) references the OpenClaw community sandbox in four places:

  1. Line 7 — page description metadata mentions "including OpenClaw."
  2. Line 18 — completion checklist says "A running OpenClaw sandbox."
  3. Lines 138–139 — pre-pull section runs docker pull ghcr.io/nvidia/openshell-community/sandboxes/openclaw:latest.
  4. Lines 145–152 — "Create a sandbox" tab runs openshell sandbox create --from openclaw.

Additionally, deploy/docker/docker-compose.yml line 24 has a comment referencing the same command.

The OpenClaw community sandbox was removed from NVIDIA/OpenShell-Community on May 16 (PR #73). The GHCR image still exists but is a stale orphan from May 13 bundling OpenClaw v2026.3.11. The docs/about/supported-agents.mdx page lists OpenClaw as running through NemoClaw (blueprint-managed), not through a community sandbox.

A user following this tutorial pulls a two-month-old image with an outdated OpenClaw that cannot route through inference.local, with no indication they are on an unsupported path.

Reproduction Steps

  1. Open docs/get-started/tutorials/docker-compose.mdx on main (commit 8b0e54b2).
  2. Observe lines 139 and 148 reference sandboxes/openclaw and --from openclaw.
  3. Check NVIDIA/OpenShell-Community repo: sandboxes/openclaw/ does not exist on main (removed in PR chore: rename Navigator to NemoClaw across project #73, May 16).
  4. Pull the GHCR image: docker pull ghcr.io/nvidia/openshell-community/sandboxes/openclaw:latest — succeeds but image is from May 13.
  5. Inspect image: docker inspect ... --format '{{.Created}}' returns 2026-05-13T18:55:45Z.
  6. Check OpenClaw version inside: openclaw --version returns 2026.3.11.
  7. Compare with Supported Agents page: OpenClaw is listed as NemoClaw (blueprint-managed), not community sandbox.

Environment

  • OS: macOS 24.5.0 (Darwin, arm64, Apple M3 Pro)
  • Docker: Colima 29.5.2 (Docker Engine inside Lima VM)
  • OpenShell CLI: v0.0.74 (Homebrew)
  • OpenShell gateway image: v0.0.88 (ghcr.io/nvidia/openshell/gateway:latest)
  • Latest release checked: yes
  • Possible duplicates checked: yes, none found

Logs

# Community repo removal (May 16, 2026):
$ gh api "repos/NVIDIA/OpenShell-Community/commits?path=sandboxes/openclaw&per_page=1" \
    --jq '.[0].commit.message'
chore: remove Brev and OpenClaw sandboxes (#73)

# Stale image build date:
$ docker inspect ghcr.io/nvidia/openshell-community/sandboxes/openclaw:latest \
    --format '{{.Created}}'
2026-05-13T18:55:45.786495824Z

# OpenClaw version inside image:
$ openshell sandbox exec -n lab-claw -- openclaw --version
OpenClaw 2026.3.11 (29dc654)

# Supported agents page:
$ grep OpenClaw docs/about/supported-agents.mdx
| [OpenClaw](https://openclaw.ai/) | [NemoClaw](...) | Blueprint-managed | ... |

# Stale references on main (commit 8b0e54b2):
$ rg -n 'from openclaw|sandboxes/openclaw' docs/get-started/tutorials/docker-compose.mdx
139:docker pull ghcr.io/nvidia/openshell-community/sandboxes/openclaw:latest
148:openshell sandbox create --from openclaw

Metadata

Metadata

Assignees

No one assigned

    Labels

    state:triage-neededOpened without agent diagnostics and needs triage

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions