Skip to content

A Docker image build containing a development environment for Kotlin

Notifications You must be signed in to change notification settings

pcgeek86/kotlin-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

kotlin-docker

A Docker image build containing a development environment for Kotlin

Includes

This ready-to-go container image includes the basic tools to build Kotlin applications.

  • SDKman
  • OpenJDK
  • Kotlin
  • Kscript (KotlinScript)
  • Vim

Building the Container Image

  • Install Docker Engine
  • Clone this repository cd $HOME && git clone https://github.com/pcgeek86/kotlin-docker/
  • Run the build script: chmod +x build.sh && ./build.sh

Running a Container

docker run --rm --interactive --tty trevorsullivan/kotlin

About

A Docker image build containing a development environment for Kotlin

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages