Skip to content
This repository has been archived by the owner on Nov 30, 2020. It is now read-only.
/ docker-kotlin Public archive

Kotlin docker images built upon official openjdk images.

License

Notifications You must be signed in to change notification settings

Zenika/docker-kotlin

Repository files navigation

Docker Build Status Docker Pulls

Supported tags and respective Dockerfile links

1.4.20

1.4

1.3

1.2

1.1

What is Kotlin

Kotlin is a statically-typed programming language that runs on the Java virtual machine and also can be compiled to JavaScript source code or use the LLVM compiler infrastructure. Its primary development is from a team of JetBrains programmers based in Saint Petersburg, Russia. While the syntax is not compatible with Java, Kotlin is designed to interoperate with Java code and is reliant on Java code from the existing Java Class Library, such as the collections framework.

See https://en.wikipedia.org/wiki/Kotlin_%28programming_language%29 for more information.

Kotlin Logo

Usage

Start using the Kotlin REPL : docker container run -it --rm zenika/kotlin

See Kotlin compiler version : docker container run -it --rm zenika/kotlin kotlinc -version

See Kotlin compiler help : docker container run -it --rm zenika/kotlin kotlinc -help

Reference