https://github.com/drosocode/dockergui
Very simple GUI to manage docker containers
https://github.com/drosocode/dockergui
Last synced: 30 days ago
JSON representation
Very simple GUI to manage docker containers
- Host: GitHub
- URL: https://github.com/drosocode/dockergui
- Owner: drosoCode
- License: mit
- Created: 2020-04-23T21:22:17.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-11T18:45:28.000Z (about 4 years ago)
- Last Synced: 2025-07-22T04:49:28.008Z (8 months ago)
- Language: HTML
- Size: 1.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dockerGUI
Very simple GUI to manage docker containers
## Installation
- Clone this repo
- add your icons in static/icons
- edit the config.json file
- build the container
- customize the startDocker.sh script and run the container using this script
## Configuration
- (see config.sample.json)
- system/interface is the network interface to monitor
- system/imagesBaseDir is the directory used to do the docker-compose commands like this: imagesBaseDir+modeConfig
- system/enableGPU is to enable gpu status
- containers is the list of your containers
- the containers attr in containers is a list of possible names for your containers (for example in compose mode, you can run multiple containers)
- startMode is eighter "compose" to use docker-compose or "command" to run a command
- modeConfig is the folder containing the docker-compose.yml for compose mode, and the command to run for command mode