kool
simplifies Docker-based development environments
TLDR
Start environment
$ kool start
Run command in service$ kool run [service] [command]
Execute in running container$ kool exec [service] [command]
View logs$ kool logs [service]
Stop environment$ kool stop
Create new project$ kool create [preset] [project-name]
SYNOPSIS
kool command [options]
DESCRIPTION
kool simplifies Docker-based development environments. It wraps Docker Compose with developer-friendly commands.
The tool provides presets for common frameworks. It standardizes workflows across projects.
PARAMETERS
start
Start development environment.stop
Stop environment.run SERVICE CMD
Run command in service.exec SERVICE CMD
Execute in running container.logs SERVICE
View service logs.create PRESET NAME
Create project from preset.--help
Display help information.
CAVEATS
Requires Docker. Presets for common stacks. Wrapper around Docker Compose.
HISTORY
kool was created to streamline Docker-based development workflows with simpler commands and framework presets.
SEE ALSO
docker-compose(1), docker(1), ddev(1)
