Giter Club home page Giter Club logo

dockernize's Introduction

Dockernize

npm version

Dockernize is all about making a better way to communicate with Docker Engine API

Installation

You have multiple ways to install Dockernize.

  • NPM

    npm install dockernize

  • Yarn

    yarn add dockernize

API

This package contain the following base level API's

Node Syntax Description
Engine docker.engine Query about the engine
Images docker.images Query about the images

You can get more details about the API in our wiki section.

License

License: GPL v3

dockernize's People

Contributors

shyaminayesh avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

shyaminayesh

dockernize's Issues

Improve Bridge.call to send POST request

In some operations we need to send post requests to the Docker Engine API & It's currently not possible because Bridge.call only send GET request. We need to add POST request support too.

default socket location

Instead of defining socket location in Dockernize initialization we can configure /var/run/docker.sock to be the default socket path.

so Dockernize will assign /var/run/docker.sock when initialize without socket path.

A way to list containers

We need to implement a way to list containers. A new base node called containers with list as a sub node.

docker.containers.list()

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.