User Story
As an OpenShell user, I want the CLI's sandbox examples to reference a published community image so that I can successfully follow the built-in help.
Problem Statement
openshell sandbox --help recommends openshell sandbox create --from python, but OpenShell Community does not publish a python sandbox. The CLI consequently treats python as a local directory and fails because it contains no Dockerfile.
Impact / Why This Matters
Users following the built-in example cannot create a sandbox and may misdiagnose the failure as a gateway or container-runtime problem. The current workaround is to discover a valid image name independently or provide the full community base image reference, which defeats the purpose of the built-in quickstart example.
Acceptance Criteria
Reproduction Steps
- Install OpenShell 0.0.111.
- Run
openshell sandbox --help and observe the openshell sandbox create --from python example.
- Run
openshell sandbox create --from python.
- Observe
No Dockerfile found in directory: python.
Environment
- OpenShell: 0.0.111
- OS: macOS 26.5.2 on Apple Silicon
- Runtime, deployment, or integration: Homebrew gateway with Docker through Colima
Logs
Error: × No Dockerfile found in directory: python
User Story
As an OpenShell user, I want the CLI's sandbox examples to reference a published community image so that I can successfully follow the built-in help.
Problem Statement
openshell sandbox --helprecommendsopenshell sandbox create --from python, but OpenShell Community does not publish apythonsandbox. The CLI consequently treatspythonas a local directory and fails because it contains no Dockerfile.Impact / Why This Matters
Users following the built-in example cannot create a sandbox and may misdiagnose the failure as a gateway or container-runtime problem. The current workaround is to discover a valid image name independently or provide the full community
baseimage reference, which defeats the purpose of the built-in quickstart example.Acceptance Criteria
Reproduction Steps
openshell sandbox --helpand observe theopenshell sandbox create --from pythonexample.openshell sandbox create --from python.No Dockerfile found in directory: python.Environment
Logs