Consider making Container and Image IDs a type
Consider replacing the types (currently `str`) of all `iid` (Image ID) and `cid` (Container ID) values with `NewType("HashID", str)` **This is probably a breaking change**
issue