# Functions
No description provided by the author
Exists is a lightweight method to determine if a pod exists in local storage.
Inspect returns low-level information about the given pod.
Kill sends a SIGTERM to all the containers in a pod.
List returns all pods in local storage.
Pause pauses all running containers in a given pod.
Prune by default removes all non-running pods in local storage.
Remove deletes a Pod from from local storage.
Restart restarts all containers in a pod.
Start starts all containers in a pod.
Stats display resource-usage statistics of one or more pods.
Stop stops all containers in a Pod.
Top gathers statistics about the running processes in a pod.
Unpause unpauses all paused containers in a Pod.