Only support Linux-based machine.
A simple SAAS web UI for managing Docker containers & images and interacting with using a fully functional terminal.
- Django Web UI
- Web terminal
- Websocket for terminal & Docker events
- Async task queue for long running Docker tasks
Docker daemon must be running.
- Run the following command to get the image build and run.
docker-compose up
- 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
- Go to http://localhost:8000, it will show the login page.
This repo was refactored from MahmoudAlyy/docker-django-ui.