Skip to content
forked from lirantal/dockly

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

License

Notifications You must be signed in to change notification settings

reicheltp/dockly

 
 

Repository files navigation

view on npm view on npm npm module downloads Dependency Status Codefresh build status

🌟 Featured on Awesome Docker DevOps Weekly

Dockly

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

dockly-demo-2

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

Docker Support

Build

You can build dockly as a docker image yourself, using the following command:

docker build -t dockly .

Run

To run dockly as a container, invoke the following command:

docker run -it --name dockly -v /var/run/docker.sock:/var/run/docker.sock dockly

Author

Liran Tal liran.tal@gmail.com

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.6%
  • Shell 0.4%