项目作者: rokf

项目描述 :
Lua wrapper for the Docker Engine API
高级语言: Lua
项目地址: git://github.com/rokf/lua-docker.git
创建时间: 2019-01-05T11:13:31Z
项目社区:https://github.com/rokf/lua-docker

开源协议:

下载


lua-docker [WIP]

A Docker Engine API wrapper for Lua

The module allows you to manage the Docker Engine of your choice
by writing Lua code.

When complete, it should be able to do just about anything
the docker command-line tool can.

Missing endpoints which are marked with a @todo tag
require a different request handling function and will
be done in the future.