文件名称:tiny-shipyard-client:用于Shipyard v3 API的微型客户端库
文件大小:4KB
文件格式:ZIP
更新时间:2024-05-19 16:25:24
JavaScript
小船厂客户 用于 v3 API的微型客户端库 安装 npm install --save tiny-shipyard-client 使用范例 var TinyShipyardClient = require ( 'tiny-shipyard-client' ) ; var client = new TinyShipyardClient ( 'http://localhost:8080' , // your Shipyard URL 'lksjfd98w3ohng89z3dfgp' // your Shipyard service key ) ; client . createContainer ( 'tutum/hello-world' ) . then ( function ( id ) { // `id` is the newly deployed containe
【文件预览】:
tiny-shipyard-client-master
----.gitattributes(12B)
----LICENSE(1KB)
----README.md(3KB)
----.editorconfig(171B)
----.gitignore(14B)
----index.js(3KB)
----package.json(499B)