Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alanocallaghan authored Jan 29, 2024
1 parent 30c9d7c commit 7f0748c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ To run the docker image via Rstudio server. The code below ensures that the file
/home/rstudio/mycode are available within the docker.

```bash
docker run -p 8787:8787 -v $(pwd):/home/rstudio/mycode -e PASSWORD=bioc alanocallaghan/bocker
make server
```

> NOTE: for Macbook users with an M1 chip, the following WARNING will be returned:
Expand All @@ -33,5 +33,5 @@ Username: rstudio, password = bioc.
Equivalently, to launch bash:
```bash
docker run -v $(pwd):/home/rstudio/mycode -it alanocallaghan/bocker /bin/bash
make run
```

0 comments on commit 7f0748c

Please sign in to comment.