Skip to content

tee-jaay/dockl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Manager App

A Python EEL and React.js build Docker management app for Linux Distros.

images list page

Installation

Prerequisites

Clone the repo

Clone the git repository from command terminal:
git clone https://github.com/tee-jaay/dockl

Change location into the directory:
cd dockl

EEL & Python packages

Create a virtual environment (python3-venv is required):
python3 -m venv env
Activate the virtual environment:
source env/bin/activate
Install python packages:
pip install -r requirements.txt

UI packages

Change location into the UI directory:
cd web
Install the UI packages:
npm install
Build the UI:
npm run build

Start the app

Back to root of project:
cd ../
Run the app:
python main.py