Skip to main content

Check If a Container Is Running

GET 

/docker-svc/container/is-running

Check if a Docker container is running, identified by hash or name.

Request

Query Parameters

    hash string

    Container Hash

    name string

    Container Name

Responses

OK

Schema

    isRunning booleanrequired
Loading...