Visual composer for container based workloads
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Artem Golub 76943581a6 feat: add base networks modal and interfaces 3 years ago
.vscode feat: scaffolding React rewrite, work-in-progress 3 years ago
screenshots feat: implemented modals for delete confirmation and editing 3 years ago
services feat: add base networks modal and interfaces 3 years ago
.gitignore chore: add tabs with forms, service interface 3 years ago
.prettierrc feat: scaffolding React rewrite, work-in-progress 3 years ago
CONTRIBUTING.md feat: initial version 3 years ago
LICENSE feat: initial version 3 years ago
Makefile chore: makefile and readme cleanup 3 years ago
README.md chore: update readme 3 years ago
docker-compose.yml feat: scaffolding React rewrite, work-in-progress 3 years ago

README.md

Container ToolKit

Alt text

Local setup and development

On a Mac/Linux/Windows you need Docker, Docker Compose installed. Optionally GCC to run make commands for convenience, or just run the commands from the Makefile by hand.

To get the tool working locally, just run:

make up
make local_server_init
make dev_server
cd services/frontend && npm i && npm run start

Server

python -m venv .env
source .env/bin/activate
python -m pip install -r services/backend/requirements.txt
python -m pip  install black

make dev_server

... this command will bring up the backend, the database, sync migrations,

Project roadmap

  • Complete react rewrite.
  • Ongoing improvements and features for docker compose yaml generation.
  • Kubernetes manifest generation.
  • Deployment to user's ECS, K8S, GS accounts.

Docs