forked from BIMSBbioinfo/VoltRon
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add instructions for docker image and docker desktop
- Loading branch information
Showing
2 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
## Docker Desktop Instructions | ||
|
||
1. Install Docker Desktop application from [https://www.docker.com/products/docker-desktop/](https://www.docker.com/products/docker-desktop/). | ||
|
||
2. Pull the docker image from Docker Hub using the following command on the terminal: | ||
|
||
``` | ||
docker pull amanukyan1385/rstudio-voltron:main | ||
``` | ||
|
||
3. Open Docker Deskop app and go to `Images` | ||
|
||
4. Find `amanukyan1385/rstudio-voltron:main` and click `Run` on the right. | ||
|
||
5. Enter `8787` to Ports, `PASSWORD` to `Variable` and `yourpassword` (you can also give a custom password) to `Value` under Environment variables. | ||
|
||
6. Click `Run` | ||
|
||
7. Start the RStudio session from the browser at `http://localhost:8787/` and enter `rstudio` as username and `yourpassword` as password. |