Sign inSign up

tmvdl/kotlin

By tmvdl

•Updated about 3 years ago

Image
Languages & frameworks
1

500K+

tmvdl/kotlin repository overview

⁠Quick reference

Maintained by: github.com/brtmvdl⁠

Where to get help: brtmvdl/docker-kotlin⁠

⁠Quick reference (cont.)

Where to file issues: github.com/brtmvdl/docker-kotlin/issues⁠

⁠What is Kotlin?

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.

⁠How to use this image

FROM tmvdl/kotlin

WORKDIR /usr/src/app

COPY . .

# RUN javac Main.java

CMD ["java", "Main"]

⁠License

MIT⁠

Tag summary

Content type

Image

Digest

sha256:0342f4a6e…

Size

290.7 MB

Last updated

about 3 years ago

docker pull tmvdl/kotlin