Conversation
…ntation Co-authored-by: ngocbd <439333+ngocbd@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] This project very similar to google cloud rin , With opensource version it have all User Managemet Systen link Register ,, Login , Create API Key , manage deployment , container ... etc Re-write readme . This project contain a backend write in rust and...
Rewrite README and add comprehensive API documentation for open-source Google Cloud Run alternative
Sep 11, 2025
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.
This PR transforms the Container Engine project documentation to clearly position it as an open-source alternative to Google Cloud Run with comprehensive user management capabilities, built on a modern Rust + Axum backend architecture.
Key Changes
README.md Updates
Repositioned as Google Cloud Run Alternative: Added clear messaging that this is an open-source alternative to Google Cloud Run with the subtitle "An Open-Source Alternative to Google Cloud Run - Built with Rust & Axum"
Enhanced Feature Organization: Restructured the Key Features section into three categories:
Added Technology Stack Section: Detailed the modern tech stack including:
Updated Development Instructions: Changed from npm-based setup to Rust/Cargo workflow with proper installation and build commands
New APIs.md Documentation
Created comprehensive API documentation (899 lines) covering all essential endpoints for a complete container platform:
The API documentation includes detailed request/response examples, error codes, rate limiting information, and WebSocket event specifications, providing everything needed to implement a production-ready container deployment platform.
This documentation now accurately reflects the project's scope as a comprehensive, open-source container engine with full user management capabilities, similar to Google Cloud Run but with the transparency and flexibility of open-source software.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.