https://github.com/dofun12/docker-commander
A simple docker dashboard, where you can start or stop the containers remotely
https://github.com/dofun12/docker-commander
angular docker-api flask
Last synced: about 1 year ago
JSON representation
A simple docker dashboard, where you can start or stop the containers remotely
- Host: GitHub
- URL: https://github.com/dofun12/docker-commander
- Owner: dofun12
- Created: 2021-03-29T18:18:12.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-29T21:45:31.000Z (almost 5 years ago)
- Last Synced: 2025-01-30T17:30:44.151Z (about 1 year ago)
- Topics: angular, docker-api, flask
- Language: Python
- Homepage:
- Size: 349 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker Commander
A simple docker dashboard, where you can start or stop the containers remotely
## Preview

## Requirements
- Docker
- Git
- Python 3.7
- Pipenv
After having all the requirements, you must start the docker service.
Clone the project:
git clone https://github.com/dofun12/docker-commander
Go to the directory
cd docker-commander
Then install the dependencies:
pipenv install
Running:
pipenv run python main.py
Now open your browser at:
http://localhost:5050/gui
You can also configure the server port at **config.ini**
# Service
Running as service on debian or ubuntu:
./create-service.sh