Skip to main content

Check If a Container Is Running

GET 

/docker-svc/container/:hash/is-running

Check if a Docker container identified by the hash is running

Request

Path Parameters

    hash stringrequired

    Container Hash

Responses

OK

Schema

    isRunning boolean
Loading...