Container inspection is caching data on first lookup. This will result in incorrect data being returned on subsequent lookups if a different `cid` value is provided. Also removed rescue of the `Exception` class as this generally should never happen; rescue of StandardError will be enough.