A simple web UI for managing docker containers & images and interacting with using a fully functional terminal using django, celery, redis, socket.io, xterm.js & bootstrap.
Live demo : http://35.223.46.5
You can start, stop or remove containers,
attach to a container using a fully functional terminal,
browse docker hub and pull new images &
launch or remove images.
Clone the repository and cd into it, then run:
docker-compose up
Note: Docker daemon must be running.
- Add bootstrap to the frontend.
- Dockerize the app and host a live demo.
- Use celery and redis to make container operation asynchronous.
- Use eventsource/websockets to retreive updates from server.