Create Docker Project
vps_docker_createCreate a Docker Compose project on a VPS by providing virtual machine ID, project name, and Compose YAML content. Deploy containerized applications with custom configurations.
Instructions
Create a new Docker Compose project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vm_id | Yes | Virtual machine ID | |
| project_name | Yes | Project name | |
| compose_content | Yes | Docker Compose YAML content |