JSPM

  • Created
  • Published
  • Downloads 146
  • Score
    100M100P100Q77635F
  • License MIT

Interactive shell for managing Docker containers

Package Exports

  • dockly

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (dockly) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Dockly

Docker console UI and Dashboard for quick manging and inspecting of Containers and Images

vokoscreen-2016-10-25_23-10-41

Install

Install the API module as a depdency in your project so you can easily use it to query Operations Orchestration REST API

npm install -g dockly

Usage

Just fire up dockly and it will automatically connect to your localhost docker daemon through the unix socket:

dockly

Command line options:

It's also possible to provide command line options for dockly to customize the docker connection

Param Type Description
-h or --host string Docker host to connect to
-p or --port string Docker port to connect to
-s or --socketPath string Docker socket to connect to

Author

Liran Tal liran.tal@gmail.com