Description: containerd is an open source container runtime that manages the complete container lifecycle of its host system. It is designed to be lightweight and portable to support container execution on a range of operating systems and platforms.
Type: software
Pricing: Open Source
Description: ltrace is a debugging utility that intercepts and records dynamic library calls which are called by an executed process. It can be used to trace calls made by programs to shared libraries and helps debug issues caused by dynamic linking.
Type: software