From 88572a4e5a3b1674735b2d46a90a692ab6e5620c Mon Sep 17 00:00:00 2001 From: Pradumna Saraf Date: Fri, 26 Apr 2024 20:10:09 +0530 Subject: [PATCH] docs: update directory name in r-docker-dev --- content/language/r/containerize.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/language/r/containerize.md b/content/language/r/containerize.md index 6aa4c936e6..c8ba8b6398 100644 --- a/content/language/r/containerize.md +++ b/content/language/r/containerize.md @@ -25,11 +25,11 @@ Clone the sample application to use with this guide. Open a terminal, change dir $ git clone https://github.com/mfranzon/r-docker-dev.git ``` -You should now have the following contents in your `r-docker` +You should now have the following contents in your `r-docker-dev` directory. ```text -├── r-docker/ +├── r-docker-dev/ │ ├── src/ │ │ └── app.R │ ├── src_db/ @@ -46,7 +46,7 @@ To learn more about the files in the repository, see the following: ## Run the application -Inside the `r-docker` directory, run the following command in a +Inside the `r-docker-dev` directory, run the following command in a terminal. ```console @@ -60,7 +60,7 @@ In the terminal, press `ctrl`+`c` to stop the application. ### Run the application in the background You can run the application detached from the terminal by adding the `-d` -option. Inside the `r-docker` directory, run the following command +option. Inside the `r-docker-dev` directory, run the following command in a terminal. ```console