Sign inSign up

plippe/exercism

By plippe

Updated almost 8 years ago

TODO

Image
0

157

plippe/exercism repository overview

Exercism

Exercism is a plateform to learn programming languages. It offers coding exercises for over 30 languages.

The following Dockerfiles allow you to test your challenges by only installing docker. This makes trying new languages easier.

Getting started
LANGUAGE=???
EXERCISE=~/exercism/$LANGUAGE/???

docker run \
    --rm \
    --interactive \
    --tty \
    --volume $EXERCISE:/opt/exercism \
    plippe/exercism:$LANGUAGE

or

LANGUAGE=???
EXERCISE=~/exercism/$LANGUAGE/???

docker run --rm -itv $EXERCISE:/opt/exercism plippe/exercism:$LANGUAGE
Supported languages

The following languages are available on Docker Hub.

Tag summary

Content type

Image

Digest

Size

196.4 MB

Last updated

almost 8 years ago

docker pull plippe/exercism:scala