UNPKG

docker-registry

Version:
18 lines (14 loc) 449 B
var registry = require('..')('http://192.168.0.240:5000'); // console.log(registry); // console.log('===================='); // console.log(); // hight level, using alias registry.status(function(err, res, body){ if (err) throw err; console.log(body); }); // lowlevel registry.get('v1/images/aa3ad3a8ba8f3ddc2d3697ff604424d67523a6569fab27e059ec1fc7995152cc/json',{}, function (err, res, body) { if (err) throw err; console.log(body); });