nicoru
nicoru copied to clipboard
A container runtime written in Nim
Results
11
nicoru issues
Sort by
recently updated
recently updated
newest added
Looking though the code, it may make sense to define `distinct` types for tags, image ids, etc. Something like: ```nim let Tag = distinct string Repo = distinct string Image...
enhancement