Sign inSign up

gelog/scala

By gelog

Updated almost 11 years ago

WORK IN PROGRESS. NOT PRODUCTION READY

Image
0

1.1K

gelog/scala repository overview

What is Scala?

Scala is a modern multi-paradigm programming language designed to express common programming patterns in a concise, elegant, and type-safe way. It smoothly integrates features of object-oriented and functional languages.

http://docs.scala-lang.org/tutorials/tour/tour-of-scala.html

What is Docker?

Docker is an open platform for developers and sysadmins to build, ship, and run distributed applications. Consisting of Docker Engine, a portable, lightweight runtime and packaging tool, and Docker Hub, a cloud service for sharing applications and automating workflows, Docker enables apps to be quickly assembled from components and eliminates the friction between development, QA, and production environments. As a result, IT can ship faster and run the same app, unchanged, on laptops, data center VMs, and any cloud.

https://www.docker.com/whatisdocker/

What is a Docker Image?

Docker images are the basis of containers. Images are read-only, while containers are writeable. Only the containers can be executed by the operating system.

https://docs.docker.com/terms/image/

Dependencies

Base Docker image

How to use this image?

docker run --rm -ti gelog/scala:2.10.4

Tag summary

Content type

Image

Digest

sha256:31f9c459b

Size

211.7 MB

Last updated

almost 11 years ago

docker pull gelog/scala