Giter Club home page Giter Club logo

docker-elements's Introduction

docker-elements

Collection of Docker Web Components. This project is currently in progress and our aim is to have custom elements that can be used to interact with Docker API.

Elements Documentation and Demo

The documentation and demo can be found in docs pages.

Install

Install the docker elements using bower:

bower install docker-elements

Work in Progress

  • Detailed Documentation
  • Demo Examples
  • docker-push: Push Container to the registry

Docker Host Elements Implemented

  • docker-events: List events in docker hosts
  • docker-info: Docker info on the host
  • docker-version: Docker version on the host
  • docker-ping: Ping the docker server

Docker Container Elements Implemented

  • docker-create: Provides API for creating container
  • docker-commit : Commit container
  • docker-ps: Provides API with listing docker containers
  • docker-attach: Provides Web Socket connections to docker container using the Docker API
  • docker-attach-terminal: UI Terminal Element that uses docker-attach
  • docker-changes: Analyze file changes within the container
  • docker-exec : Exec Create and Start. Exec-start won't work with CORS for now due to Docker API limitation
  • docker-inspect: Inspect a container
  • docker-kill: Kill a container
  • docker-logs: Get container log, stream is now supported
  • docker-pause: Pause a container
  • docker-remove : Remove/delete a container
  • docker-rename : Rename a container
  • docker-resize : Resize container TTY
  • docker-restart : Restart a container
  • docker-start : Start a container
  • docker-stats : Get container stats, Stream is now supported
  • docker-stop : Stop docker container
  • docker-top : Get Processes info in a container
  • docker-unpause : Unpause a container
  • docker-wait : Block until a container exits

Docker Image Elements implemented

  • docker-images: Provides a list of docker images on the host
  • docker-pull : Docker pull image from a registry
  • docker-inspect-image: Inspect docker image
  • docker-history: Show container history
  • docker-tag: Tag an image
  • docker-remove-image: Docker rmi, remove/delete image
  • docker-search: Docker Search image

Elements not yet implemented

  • docker-copy : Copy files from a container that returns a tar stream
  • docker-archive : Get an tar archive of a resource in the filesystem of container

docker-elements's People

Contributors

jwayong avatar jwayong2 avatar

Watchers

James Cloos avatar Charles avatar  avatar

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.