Skip to content

Shiny Interactive Web Apps for Single-Cell Data

License

Notifications You must be signed in to change notification settings

VCCRI/ShinyCell-Docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How run ShinyCell-Docker

Requiments

Docker

ShinnyApp

  • Create a shinyApps folder
  • Copy the shinyapp to the folder

Build docker image

How to Build

docker build . - shinycell

Run docker image

How to run this container

docker run --rm \
-v "./shinyApps/[shinyapp folder name]:/srv/shiny-server" \ 
-p 3838:3838 \
shinycell

How to run multiple shinyapps at the same time using docker compose file

Use the docker compose file template to run multiple apps, change the host ports is required.

    ports:
        - [host-port]:3838

The command below allows to run multiple container instances on one command.

docker compose up -d

| This instruction assumes that is run on the path of this code.

About

Shiny Interactive Web Apps for Single-Cell Data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 99.7%
  • Dockerfile 0.3%