Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit cb5b540

Browse files
Move to a more appropriate location
1 parent df4344d commit cb5b540

File tree

1 file changed

+0
-18
lines changed
  • content/en/user-guide/integrations/rancher-desktop

1 file changed

+0
-18
lines changed

content/en/user-guide/integrations/rancher-desktop/index.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -159,21 +159,3 @@ services:
159159

160160
Finally, start the services using `docker compose up` or `nerdctl compose up`, depending on your configuration.
161161
This will launch your LocalStack instance configured to interact with Rancher Desktop.
162-
163-
### Hot Reloading Lambdas in Windows (WSL2)
164-
165-
If you're using hot reloading for Lambda functions, make sure your Lambda handler paths are specified using **WSL2-compatible paths**.
166-
167-
For example, instead of using a Windows-style path like:
168-
169-
```bash
170-
C:\Users\myuser\projects\lambda\handler.py
171-
```
172-
173-
Use the corresponding WSL-style path:
174-
175-
```bash
176-
/mnt/c/Users/myuser/projects/lambda/handler.py
177-
```
178-
179-
This ensures that LocalStack can properly mount and watch your Lambda code inside the container when running under WSL2.

0 commit comments

Comments
 (0)