diff --git a/getting-started/local-run.mdx b/getting-started/local-run.mdx index 43a3b54..7086f08 100644 --- a/getting-started/local-run.mdx +++ b/getting-started/local-run.mdx @@ -30,6 +30,8 @@ async fn tide( ) -> ShuttleTide { ... } ``` +**IMPORTANT:** If Docker isn't started, you may receive an "os error 2" error. This is typically related to your Docker installation. If you're using Docker via the CLI, you can use any Docker command to start it up. If you're using Docker Desktop, you will need to start Docker Desktop. + ### Expose your application to your local network If you'd like to expose your application to you local network, for example if you're serving a static