PicoTurtle
Cld is a cross-platform, lightweight, fast and extensible CLI for docker. cld is implemented entirely in C and LUA. The use of LUA to provide extensible interfaces allows users to add functionality to the CLI.
cld uses: Clibdocker (a Docker client in C) to connect to docker, making it possible to connect to docker without the officical docker client. Zclk to create the command line interface with commands, sub-commands, options, arguments etc.