Update to R version 3.6.2
Image template to run any R program/script in the container
Learn to understand this repository using this course https://www.udemy.com/docker-containers-data-science-reproducible-research/?couponCode=DOCKERRR
-- started from rocker/r-base -- including java -- added several packages including h2o
docker pull vladdsm/docker-r-h2o
docker run --rm -it -v /Users/vladdsm/Shared:/03_output vladdsm/docker-r-h2o
docker exec -it [container ID] bash