Skip to content

Containerized version of RStudio Server that can use binary packages.

Notifications You must be signed in to change notification settings

x0wllaar/RStudio-Container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Containerized RStudio Server

A containerized version of RStudio Server based on Rocklylinux 9, that can use binary packages.

Building the container

podman build -f ./Containerfile -t rstudio-container

Running RStudio

podman run --rm -it \
    -p 127.0.0.1:8787:8888 \
    -v "$(realpath ./packages):/rlibrary:rw,Z" \
    --mount "type=volume,source=rstudio-config,destination=/root/.config,rw" \
    -v "$(realpath .):/host:rw,Z" rstudio-container

About

Containerized version of RStudio Server that can use binary packages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published