Extra docker images from rocker/tidyverse
. All images will be found in DockerHub.
Structure of rocker project
All rockerextra images will be from rocker/tidyverse
.
debian:stretch
--> rocker/r-ver
--> rocker/rstudio
--> rocker/tidyverse
Structure of rockerextra project
rocker/tidyverse
--> rockerextra/spark
--> rockerextra/python
--> rockerextra/ssh
- rockerextra/spark
- hadoop 2.8.2 + spark 2.2.1
- sources from SingularitiesCR/hadoop-docker and SingularitiesCR/spark-docker
- see for further details
- rockerextra/python - python 3.6.4 + pyenv
- rockerextra/ssh - SSH connection + emacs 25
- docker run --name ssh -d -p 2222:22 -p 8787:8787 -e SSH_KEY="$(cat ./sample/id_rsa.pub)" rockerextra/python:tag