GPU-Docker-API-Official
Copy Page
GPU-Docker-API-Official
ReplicaSet
Run a container via replicaSet
POST
Commit container as an image via replicaSet
POST
Execute a command in the container via replicaSet
POST
Patch a container via replicaSet
PATCH
Rollback a container via replicaSet
PATCH
Stop a container via replicaSet
PATCH
Restart a container via replicaSet
PATCH
Pause a replicaSet via replicaSet
PATCH
Continue a replicaSet via replicaSet
PATCH
Get version info about replicaSet
GET
Get all version info about replicaSet
GET
Delete a container via replicaSet
DELETE
Volume
Create a volume
POST
Patch a volume
PATCH
Get version info about a volume
GET
Get all version info about a volume
GET
Delete a volume
DELETE
Resource
Get gpu usage status
GET
Get port usage status
GET
ReplicaSet
Copy Page
ReplicaSet is just an abstract concept, there is no concrete implementations, it just has to manage docker container, and save the container historical version information, that's all.
Modified at
2024-01-23 02:23:22
Next
Run a container via replicaSet