Skip to content
/ ctk Public
forked from ctk-hq/ctk

Visual composer for container based workloads

License

Notifications You must be signed in to change notification settings

bfellner/ctk

 
 

Repository files navigation

Container ToolKit

Visually generate docker compose & kubernetes manifests.

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

make up
make local_server_init
make dev_server

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

Docs

About

Visual composer for container based workloads

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 86.7%
  • Python 10.2%
  • CSS 0.9%
  • Makefile 0.7%
  • Dockerfile 0.6%
  • JavaScript 0.4%
  • Other 0.5%