Analyticker is analytics environments of docker for data scientists and data analysts.
Clone analyticker:
git clone https://github.com/RottenFruits/Analyticker.gitBuild image and run container:
docker build -t jupyter /Users/ogawashouhei/Documents/project/test/Analyticker/dockerfiles/jupyter/.
docker run -it --name jupyter -p 8888:8888 jupyter /bin/bashStart jupyter:
jupyter notebook --allow-rootConfirm your token:
Access http://localhost:8888 and type your token:
Build image and run container:
docker build -t rstudio-server /Users/ogawashouhei/Documents/project/test/Analyticker/dockerfiles/rstudio-sever/.
docker run -it --name rstudio-server -p 8787:8787 rstudio-server /bin/bashStart rstudio-server:
sudo rstudio-server verify-installationAccess http://localhost:8787 type username and password, both 'rstudio':
| image | description | size |
|---|---|---|
| rstudio-server | Installed rstudio-server on ubuntu | |
| jupyter | Installed jupyter on ubuntu. Available kernels are python, R, julia. |


