Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 404 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 404 Bytes

exercism-docker

Dockerfiles for building docker images equipped with exercism and different programming languages for quickly jumping into exercism exercises.

To build an image for one of the language tracks, open a terminal in the folder for the desired track, e.g. Python

docker build . -t python-exercism

Or simply pull the image from my Docker repository