You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 months ago | |
---|---|---|
example | 4 months ago | |
Dockerfile | 4 months ago | |
readme.md | 4 months ago |
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