Sign inSign up

perljedi/docker-web-interface

By perljedi

Updated almost 11 years ago

Single Page web app for controlling local docker containers

Image
3

434

perljedi/docker-web-interface repository overview

This container will create a single page web application which provides a simple GUI interface to docker containers running locally. To use run: docker -d -v /var/run/docker.sock:/var/run/docker.sock -p 9999:9999 -p 9123:9123 perljedi/docker-web-interface

Then browse to http://localhost:9999

Current Features:

  • List all containers, both running and stopped
  • Start/Stop/Pause/Resume/Delete containers
  • Create new containers
  • Inspect or view Top on running containers
  • Follow the logs on running containers (real time streaming of logs via websocket)
  • Browse Local images
  • Search docker hub for images
  • Inspect local images

Planed Features not yet ready:

  • Select STDOUT/STDERR for tailing logs
  • Export an Image from a container
  • Log in to docker hub
  • Build image from Dockerfile
  • Stream container stats via websocket
  • Pull/Push images

Tag summary

Content type

Image

Digest

sha256:15079274b

Size

309 MB

Last updated

almost 11 years ago

docker pull perljedi/docker-web-interface