docker-client

What docker-client
Where https://github.com/efrecon/docker-client
Description An implementation of the Docker API in pure Tcl.
Platforms All
Prerequisites Tcl 8.5 or newer
Updated 03/2015
License ISC

This version does not provides a full implementation. As it needs to do HTTP over UNIX sockets, it contains a minimalistic HTTP 1.1 implementation (without chunk encoding!). The implementation covers components introspection and even attaching and receiving streams from the standard file descriptors (in, out, err). Any help on getting this on par with other implementations in other languages appreciated EF