NatLee / django-docker-gui

A simple web UI for managing docker images & container with fully functionally terminal.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django Docker GUI

demo

Only support Linux-based machine.

A simple SAAS web UI for managing Docker containers & images and interacting with using a fully functional terminal.

Contains

  • Django Web UI
  • Web terminal
  • Websocket for terminal & Docker events
  • Async task queue for long running Docker tasks

Usage

Docker daemon must be running.

  1. Run the following command to get the image build and run.
docker-compose up
  1. Create a superuser for Django admin.

Check the script ./dev-create-superuser.sh and change the username and password if you want.

bash dev-create-superuser.sh
  1. Go to http://localhost:8000, it will show the login page.

Reference

This repo was refactored from MahmoudAlyy/docker-django-ui.

License

MIT

About

A simple web UI for managing docker images & container with fully functionally terminal.

License:MIT License


Languages

Language:Python 52.5%Language:HTML 24.3%Language:JavaScript 17.1%Language:CSS 5.4%Language:Shell 0.5%Language:Dockerfile 0.2%