merge: align dev branch with main
This commit is contained in:
@@ -62,17 +62,6 @@ services:
|
||||
- `{{TOOL_NAME}}` - Unique name for the container
|
||||
- `{{REPO_PATH}}` - Path to the repository
|
||||
|
||||
#### Git Requirement for Clone Mode
|
||||
|
||||
When users create instances in **clone mode** (fresh repository copy instead of bind mount), the container image must have `git` installed. This enables git operations (push, pull, branch) inside the container.
|
||||
|
||||
**Built-in types with git:**
|
||||
- VS Code Server: Includes git
|
||||
- Jupyter Notebook: Includes git
|
||||
- OpenCode: Installs git during startup
|
||||
|
||||
**Custom tool types:** Ensure your base image includes git (e.g., `apt-get install -y git` in Dockerfile).
|
||||
|
||||
#### Validating Templates
|
||||
|
||||
The system validates templates:
|
||||
|
||||
Reference in New Issue
Block a user