Skip to content

Feature/dockerized rstudio option#2

Open
mahmoudxyz wants to merge 6 commits intofor-giobbe:mainfrom
mahmoudxyz:feature/dockerized-rstudio-option
Open

Feature/dockerized rstudio option#2
mahmoudxyz wants to merge 6 commits intofor-giobbe:mainfrom
mahmoudxyz:feature/dockerized-rstudio-option

Conversation

@mahmoudxyz
Copy link
Copy Markdown

Summary

This PR adds a Dockerized setup option for the R studio and all packages.

What was added

All packages pre-installed, course data pre-cloned. No setup needed.

Why

Installing the required tools locally can be unreliable, especially across different operating systems and machines. This Docker setup ensures that everyone runs the same environment, making setup easier and preventing “it works on my machine” problems.

Usage

docker pull mahmoudxyz/mp26-phylo
docker run -d -p 8787:8787 -e PASSWORD=phylo123 --name mp26 mahmoudxyz/mp26-phylo

Then open your browser at http://localhost:8787
Username: rstudio | Password: phylo123

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant