The goal of rockup
is to make it easy to connect to R Studio Server via rocker.
Install the development version of rockup
from GitHub with:
BiocManager::install("rytenlab/rockup")
rockup
has a single user-level function docker_run_rserver, which is designed to start a container running R Studio Server on a rocker. Below is an example of how to run docker_run_rserver
with minimal config, for a more detailed guide see the vignette.
docker_run_rserver(
image = "bioconductor/bioconductor_docker:RELEASE_3_13",
port = 8888,
name = "your_container_name"
)
Please note that the rockup
project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.
For more details, check the dev
directory.
This package was developed using biocthis.