This docker container is meant to be used for learning purpose for programming in R
.
To run the container.
docker run -it \
-p 8888:8888 \
-v $HOME/git/docker-containers/r/ipynb:/root/ipynb \
-e NOTEBOOK_PASSWORD=sha1:6676da7235c8:9c7d402c01e330b9368fa9e1637233748be11cc5 \
r:local
Then point your browser to http://localhost:8888. Jupyter Lab should show up and you can start a R kernel.