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.
Install the docker elements using bower:
bower install docker-elements
docker-commit
: Commit containerdocker-container
: UI element to manage a container from a single element that aggregates all container operations
docker-events
: List events in docker hostsdocker-info
: Docker info on the hostdocker-version
: Docker version on the hostdocker-ping
: Ping the docker server
docker-create
: Provides API for creating containerdocker-ps
: Provides API with listing docker containersdocker-attach
: Provides Web Socket connections to docker container using the Docker APIdocker-attach-terminal
: UI Terminal Element that uses docker-attachdocker-changes
: Analyze file changes within the containerdocker-exec
: Exec Create and Start. Exec-start won't work with CORS for now due to Docker API limitationdocker-inspect
: Inspect a containerdocker-kill
: Kill a containerdocker-logs
: Get container log, stream is now supporteddocker-pause
: Pause a containerdocker-remove
: Remove/delete a containerdocker-rename
: Rename a containerdocker-resize
: Resize container TTYdocker-restart
: Restart a containerdocker-start
: Start a containerdocker-stats
: Get container stats, Stream is now supporteddocker-stop
: Stop docker containerdocker-top
: Get Processes info in a containerdocker-unpause
: Unpause a containerdocker-wait
: Block until a container exits
docker-images
: Provides a list of docker images on the hostdocker-pull
: Docker pull image from a registrydocker-inspect-image
: Inspect docker imagedocker-history
: Show container historydocker-tag
: Tag an imagedocker-remove-image
: Docker rmi, remove/delete imagedocker-search
: Docker Search image
docker-copy
: Copy files from a container that returns a tar streamdocker-archive
: Get an tar archive of a resource in the filesystem of containerdocker-push
: Push Container to the registry