Skip to content

msiverback/coderetreat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

A simple setup for writing Game of life katas in several
languages. First trial with Docker.

Build a docker image from the Dockerfile to setup the environment:
docker build -t coderetreat .

Run the image from repo top with:
docker run --user $(id -u):$(id -g) -v $(pwd)/coderetreat:/coderetreat -it coderetreat

From inside the container use the run scripts to start the codersdojo script for each language. 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published