LinuxCommandLibrary

kool

simplifies Docker-based development environments

TLDR

Start environment

$ kool start
copy
Run command in service
$ kool run [service] [command]
copy
Execute in running container
$ kool exec [service] [command]
copy
View logs
$ kool logs [service]
copy
Stop environment
$ kool stop
copy
Create new project
$ kool create [preset] [project-name]
copy

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

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community