Code snippets of "Reproducible and error free scripts" presentation.
Go to file
Hylke C. Donker 635b784fba Added example snippets of the presentation. 2022-02-17 11:50:55 +01:00
example Added example snippets of the presentation. 2022-02-17 11:50:55 +01:00
Dockerfile Added example snippets of the presentation. 2022-02-17 11:50:55 +01:00
readme.md Added example snippets of the presentation. 2022-02-17 11:50:55 +01:00

readme.md

Snippets of the Reproducible and error free scripts presentation

Use the Dockerfile to build the image, which we name r_example:

docker build -t r_example .

As specified in the image's Dockerfile (CMD line), by default it will run the unit tests:

docker run r_example