Cloud Native Environments
made easy
From development to production, our tools provide speed and ease-of-use, making cloud native environments reproducible and simple. Stress-free Docker adoption.

kool preset laravel
Preset laravel is initializing!
? What database service do you want to use MySQL 8.0
? What cache service do you want to use Redis 6.0
? What composer version do you want to use 1.x
Preset laravel initialized!
kool start
> download Docker images
> getting containers up
You can access: http://localhost
kool preset adonis
Preset adonis is initializing!
Preset file Dockerfile.build created.
Preset file docker-compose.yml created.
Preset file kool.env created.
Preset file kool.yml created.
Preset adonis initialized!
kool run setup
> cp .env.example .env
> kool docker kooldev/node:14 npm install
> kool start
You can access: http://localhost:3333
kool preset nextjs
Preset nextjs is initializing!
Preset file Dockerfile.build created.
Preset file docker-compose.yml created.
Preset file kool.yml created.
Preset nextjs initialized!
kool run setup
> kool docker kooldev/node:14 npm install
> kool start
You can access: http://localhost:3000
kool preset nuxtjs
Preset nuxtjs is initializing!
Preset file Dockerfile.build created.
Preset file docker-compose.yml created.
Preset file kool.yml created.
Preset nuxtjs initialized!
kool run setup
> kool docker kooldev/node:14 npm install
> kool start
You can access: http://localhost:3000