1.0.5-alpha.0 • Published 8 years ago

docker-cat v1.0.5-alpha.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

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

1.0.5-alpha.0

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago