Maintained by: github.com/brtmvdl
Where to get help: brtmvdl/docker-kotlin
Where to file issues: github.com/brtmvdl/docker-kotlin/issues
Kotlin is a cross-platform, statically typed, general-purpose programming language with type inference. Kotlin is designed to interoperate fully with Java, and the JVM version of Kotlin's standard library depends on the Java Class Library, but type inference allows its syntax to be more concise.
FROM tmvdl/kotlin
WORKDIR /usr/src/app
COPY . .
# RUN javac Main.java
CMD ["java", "Main"]
Content type
Image
Digest
sha256:182ea5d98…
Size
290.7 MB
Last updated
almost 3 years ago
docker pull tmvdl/kotlin:sample