This repository is collections of Dockerfile for sandbox of each programming language.
- golang (1.9.2)
- kotlin (1.1.61)
- node (8.x)
- python (3.6.3) with tensorflow module
- mysql (5.6, 5.7)
- jupyter
- ffmpeg
show list of available language
$ make list
>>> [prepared ENVs are followings]
>>> - go
>>> - kotlin
build target env container
$ make build TARGET=<language>
run target env container
$ make run TARGET=<language>