docs(docker-compose): replace removed OpenClaw community sandbox with NemoClaw redirect#2405
Open
Schimuneck wants to merge 1 commit into
Open
Conversation
Schimuneck
requested review from
a team,
derekwaynecarr,
maxamillion and
mrunalp
as code owners
July 22, 2026 01:01
|
All contributors have signed the DCO ✍️ ✅ |
Author
|
I have read the DCO document and I hereby sign the DCO. |
… NemoClaw redirect The OpenClaw community sandbox was removed from NVIDIA/OpenShell-Community in PR NVIDIA#73 (May 16, 2026). The Docker Compose tutorial and docker-compose.yml comment still referenced the stale --from openclaw command and GHCR image. Replace the broken OpenClaw tab with a redirect to the NemoClaw Quickstart, which is the supported path per docs/about/supported-agents.mdx. Remove the stale pre-pull command for the removed image. Fixes NVIDIA#2404 Signed-off-by: Matias Schimuneck <schimuneck.matias@gmail.com>
Schimuneck
force-pushed
the
docs/remove-stale-openclaw-sandbox-refs
branch
from
July 22, 2026 01:08
9e35a26 to
51a0360
Compare
Author
|
recheck |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The Docker Compose tutorial and docker-compose.yml comment reference the OpenClaw community sandbox (
--from openclaw), which was removed from NVIDIA/OpenShell-Community in PR #73 (May 16, 2026). This replaces the stale references with a redirect to the NemoClaw Quickstart, which is the supported path perdocs/about/supported-agents.mdx.Related Issue
Fixes #2404
Changes
docker pullcommand for the removedopenclawimage.docker-compose.ymlcomment to point to NemoClaw instead of the removed--from openclawcommand.Testing
--from openclawandsandboxes/openclawreferences are removed withrg.docs/about/supported-agents.mdxlists OpenClaw as NemoClaw (blueprint-managed).mise run pre-commitpassesChecklist