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.
- Host: GitHub
- URL: https://github.com/poeschl/docker-kotlin
- Owner: Poeschl
- License: apache-2.0
- Created: 2021-11-28T12:04:16.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-11-24T22:31:54.000Z (3 months ago)
- Last Synced: 2025-11-28T09:31:49.062Z (3 months ago)
- Topics: docker-image, kotlinc, kotlinscript
- Language: Dockerfile
- Homepage:
- Size: 38.1 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kotlin Docker container

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`