forked from danielsuo/libdocker
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Srijan edited this page Mar 25, 2020
·
3 revisions
It is better to go through the documentation on Dockers and Container before starting out with the Plugin API for the dockers.
Containerization provide a way to deploy and run processes in a sand boxed manner.
The aim of the libdocker project is to create developer API to communicate with the docker daemon.
Just a food for thought......What if one had to create a deploy a docker container in an edge device automatically using a process manager daemon. This is where the libdocker interface would come handy.