https://github.com/one-com/node-docker-tools
Tools for working with Docker containers in Node.js.
https://github.com/one-com/node-docker-tools
Last synced: 3 months ago
JSON representation
Tools for working with Docker containers in Node.js.
- Host: GitHub
- URL: https://github.com/one-com/node-docker-tools
- Owner: One-com
- License: bsd-3-clause
- Created: 2015-12-02T15:03:54.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-10T11:18:38.000Z (almost 9 years ago)
- Last Synced: 2025-09-13T06:51:30.950Z (4 months ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker tools for node.js
This module contains different tools for working with docker containers from
node.js. It is still in its early phase, so the API will most likely change some
until the first major version is cut.
The module is currently in development, and was extracted from another project.
It's API will probably change a bit to be more inline with that of the Docker
Remote API, as dockerode also attempts.
# DockerContainer
This module provides a higher level model for Docker containers in Node.js. It
is a wrapper around the
[Docker Remote API](http://docs.docker.com/engine/reference/api/docker_remote_api_v1.21/)
which it uses [dockerode](https://github.com/apocas/dockerode) to interface
with.