ctk
ctk copied to clipboard
Visual composer for container based workloads
Because you know someone will ask for it sooner or later... Discord like colors would be nice. And of course, a toggle for those that do like the current theme.
When creating a new container, it would be nice if the commonly used environment variables were shown. Also the commonly used paths and such.. When people use the app, we...
It would be nice if the non-custom containers would have a link to their dockerhub page; this way it would be easy to check out the available environment variables. Something...
Make it so we can add additional capabilities. It would look like this in a `docker-compose.yml` file: ```yml version: "3" services: supercoolservice: image: node:latest ports: - "80:80/tcp" environment: TZ: 'America/Chicago'...