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 15e201c2c6 chore: add tabs with forms, service interface 3 years ago
.vscode React initial rewrite, wip. 3 years ago
screenshots Confirm delete, edit modals, some cleanup. 3 years ago
services chore: add tabs with forms, service interface 3 years ago
.gitignore chore: add tabs with forms, service interface 3 years ago
.prettierrc React initial rewrite, wip. 3 years ago
CONTRIBUTING.md Initial commit. 5 years ago
LICENSE Initial commit. 5 years ago
Makefile chore: add tabs with forms, service interface 3 years ago
README.md chore: add tabs with forms, service interface 3 years ago
docker-compose.yml React initial rewrite, wip. 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 local_setup
$ make run_server
$ cd services/frontend && npm run start

... 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