# Functions
Exists return whether or not the service image already exists.
InspectImage inspect the specified image (can be a name, an id or a digest) with the specified client.
PullImage pulls the specified image (can be a name, an id or a digest) to the daemon store with the specified client.
RemoveImage removes the specified image (can be a name, an id or a digest) from the daemon store with the specified client.