Clarify Docker support status - not currently supported #18
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.
🐳 Docker Support Status Clarification
This PR addresses the Docker connectivity issues mentioned in CG-18630 by clearly documenting that Docker support is not currently available in Grainchain.
📝 Changes Made
Documentation Updates
Code Updates
🎯 Key Messages
✅ Local provider runs directly on your machine without Docker
⚠️ Clear error messaging when Docker is expected but not available
🚧 Docker provider support is coming soon
🔗 Related Issue
Fixes CG-18630 - Fix Docker Connectivity Issues
The root cause was unclear messaging about Docker support. Users were expecting Docker functionality that doesn't exist yet. This PR makes the current status crystal clear.
📋 Files Modified
README.md
- Installation instructions and provider tableBENCHMARKING.md
- Future providers sectionDESIGN.md
- Docker provider descriptionbenchmarks/scripts/benchmark_runner.py
- Added status warning💻 View my work • About Codegen