Skip to content

Commit

Permalink
Merge pull request #275 from joshua-mo-143/docker-err
Browse files Browse the repository at this point in the history
docs: add note about Docker "os error 2" issues
  • Loading branch information
joshua-mo-143 authored Apr 22, 2024
2 parents 67d8ff3 + 5380284 commit 86464d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions getting-started/local-run.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ async fn tide(
) -> ShuttleTide<MyState> { ... }
```

<Note>**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.</Note>

### 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
Expand Down

0 comments on commit 86464d8

Please sign in to comment.