- Instantly start/stop, restart, delete and see the logs of a docker container.
- Filter containers by their running status.
- Create groups of docker container.
- Bulk action on container based on group.
- Live system consumption stat for active docker containers.
- Run or delete an image.
- Prune Docker images.
- Prune Docker containers.
- Prune Docker volumes.
- Prune Docker systems.
- No need to use the terminal for common tasks.
Before you follow below steps to start the app, make sure you have node
and npm
installed in your system.
- Clone the repository
git clone git@github.com:rakibtg/docker-web-gui.git
- Change directory
cd ./docker-web-gui
- Run
app.js
, it will automatically install all the node modules for you if not installed already.node app.js
- Now visit http://localhost:3230/