Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Python
docker-py
docker-py is a Python library for the Docker Engine API. It lets you do anything the docker command does, but from within Python apps – run containers, manage containers, manage Swarms, etc.
conu
conu is a library which makes it easy to write tests for your containers and is handy when playing with containers inside your code. It defines an API to access and manipulate containers, images and provides more, very helpful functions.
Java
docker-client
docker-client is a Docker client for Java written in Kotlin and Groovy.