Sign inSign up

gnasello/flowcyto-env

By gnasello

•Updated almost 3 years ago

Image
0

2.0K

gnasello/flowcyto-env repository overview

⁠Standard use

Run the following command (might need sudo priviledges):

docker run -it --rm -p 7777:7777 -p 7878:7878 \
                --volume $HOME:/home/host_home \
                --workdir /home/host_home \
                --entrypoint /usr/bin/bash \
                -e JUPYTER_ENABLE_LAB=yes \
                gnasello/flowcyto-env:latest

Command shortcut to start jupyter lab inside the container:

jl

Command shortcut to start RStudio Server inside the container:

rs

To login in RStudio server use the following credentials:

username: rstudio password: rstudio

You will create new files and directories as root. Thus, if you want to allow any further user to access everything you created in the current directory, type the following command:

chmod -R 777 ./ 

⁠List of packages

Docker container built on CytoExploreR⁠

R packages added to dhammill/cytoexplorer:latest :

- devtools
- repr
- svglite
- latex2exp
- rstatix
- ggpubr
- ggsci

- RGLab/cytoqc

Python packages:

nbconvert==5.6.1
jupyterlab==2.2.10

⁠Dockerfile

You find instructions to build this Docker Image in this GitHub page⁠.

Tag summary

Content type

Image

Digest

sha256:ba456d4b8…

Size

3.1 GB

Last updated

almost 3 years ago

docker pull gnasello/flowcyto-env