GPU-Docker-API-Official
    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

    Volume

    If you want specify the volume size when create/patch volume, docker needs to use the Overlay2 storage engine and set the Docker Root Dir to the xfs file system.
    Volume does not have a RelicaSet abstraction to manage and rollback historical version like the Container, and old volumes are deleted after a patch operation.
    Modified at 2024-01-23 01:50:01
    Previous
    Delete a container via replicaSet
    Next
    Create a volume
    Built with