Currently this repository only contains a basic docker-compose.yaml
for setting up RStudio Server with the user rstudio
and the password r
for local development use.
To run, execute the command docker compose up -d
from within the directory, and navigate your browser to localhost:8787
This repository contains a Docker Compose setup for running RStudio in a Docker container. To use this repository, you need to have Docker Desktop and Windows Subsystem for Linux (WSL) installed on your machine.
Before you begin, ensure you have met the following requirements:
-
You have installed Docker Desktop. If you haven't, you can download it from the official Docker website. After downloading, follow the instructions to install Docker Desktop on your machine.
-
You have installed Windows Subsystem for Linux (WSL). If you haven't, you can follow the instructions provided by Microsoft in their official documentation.
After installing Docker Desktop and WSL, you can use this repository by running the following commands in your terminal:
- Clone the repository:
git clone https://github.com/Mistermycelium/CSIT-165.git
- Navigate to the cloned repository:
cd CSIT-165
- Run Docker Compose:
docker-compose up -d
After running these commands, you should be able to access RStudio through your browser at http://localhost:8787
.
This project uses the following license: Unlicense.