UNPKG

docker-remote-api

Version:

Basic http wrapper to call the docker remote api from node

6 lines (3 loc) 117 B
var api = require('./') var request = api({version:'v1.12'}) request.get('/images/json', {json:true}, console.log)