An open API service indexing awesome lists of open source software.

https://github.com/poeschl/docker-kotlin

Kotlin compile inside a docker container.
https://github.com/poeschl/docker-kotlin

docker-image kotlinc kotlinscript

Last synced: about 1 month ago
JSON representation

Kotlin compile inside a docker container.

Awesome Lists containing this project

README

          

# Kotlin Docker container

![](https://img.shields.io/github/v/tag/Poeschl/docker-kotlin?label=current%20version)

A docker container which contains an installed kotlin compiler for executing `.kts` scripts

# Usage

The image has no set entrypoint, to execute your scripts use it like that:

`docker run -v ./your-script.main.kts:/your-script.main.kts ghcr.io/poeschl/docker-kotlin: /your-script.main.kts`