Added
/status <name> now shows the image version and short image ID (#36, @LeeNX) — the same detail the Web UI exposes since #32. The org.opencontainers.image.version OCI label answers "what version is this really?" beyond a rolling :latest tag, and the 12-char image ID pins the exact build. Both come from the inspect data the status detail already fetches (no extra Docker call); the version line is omitted when the image carries no version label.