From fd3f84b29435819df527d252c6cae73bdd6a7608 Mon Sep 17 00:00:00 2001 From: DHEERAJ AGARWAL <37082099+dheerajsir@users.noreply.github.com> Date: Fri, 25 Oct 2024 12:38:55 +0530 Subject: [PATCH 1/2] Update troubleshooting.md --- docs/docs/guides/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/guides/troubleshooting.md b/docs/docs/guides/troubleshooting.md index 6a9bf39a5..e8982f1c4 100644 --- a/docs/docs/guides/troubleshooting.md +++ b/docs/docs/guides/troubleshooting.md @@ -5,7 +5,7 @@ When you encounter a problem and need help, it's essential to report it as a [GitHub issue :material-arrow-top-right-thin:{ .external }](https://github.com/dstackai/dstack/issues/new/choose){:target="_blank"}. -> When brining up issues on Discord, please include the steps to reproduce. +> When bringing up issues on Discord, please include the steps to reproduce. ### Steps to reproduce From 7cf6bc2878e4e6d0b3b17064a964a9888cbc2405 Mon Sep 17 00:00:00 2001 From: DHEERAJ AGARWAL <37082099+dheerajsir@users.noreply.github.com> Date: Fri, 25 Oct 2024 12:41:20 +0530 Subject: [PATCH 2/2] Update protips.md --- docs/docs/guides/protips.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/guides/protips.md b/docs/docs/guides/protips.md index 0749be141..9095cb807 100644 --- a/docs/docs/guides/protips.md +++ b/docs/docs/guides/protips.md @@ -104,7 +104,7 @@ inside `dstack` runs. To do that, additional configuration steps are required: 1. Set the `privileged` property to `true`. 2. Set the `image` property to `dstackai/dind` (or another DinD image). -3. For tasks and services, add `start-dockerd` as the first command. For dev environments, add `start-dockerd` as the first comand +3. For tasks and services, add `start-dockerd` as the first command. For dev environments, add `start-dockerd` as the first command in the `init` property. Note, `start-dockerd` is a part of `dstackai/dind` image, if you use a different DinD image, replace it with a corresponding command to start Docker daemon.