From 7f0748c59f2e1b692a60d9c4701491bf7f74e52d Mon Sep 17 00:00:00 2001 From: Alan O'Callaghan Date: Mon, 29 Jan 2024 15:38:56 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 72474c6..d98507b 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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 ```