docker-cat
v1.0.5-alpha.0
Published
Show contents of file inside a docker image
Downloads
11
Readme
docker-cat
Show contents of file inside a docker image
var DockerCat = require('docker-cat')
var cat = new DockerCat({});
cat.run('busybox', '/etc/mtab')
.then(function (data) { console.log(data); })
.catch(function (error) { console.error(error); });
License
MIT / Apache2