Short Description
Single Page web app for controlling local docker containers
Full Description
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