Skip to content

Commit

Permalink
docs: Add instructions for enabling Docker Desktop's host networking …
Browse files Browse the repository at this point in the history
…to support the Web UI. (y-scope#741)
  • Loading branch information
junhaoliao authored Mar 3, 2025
1 parent 3dc6927 commit 60075f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/src/user-guide/quick-start-cluster-setup/single-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ A single-node deployment allows you to run CLP on a single host.
* [Docker]
* If you're not running as root, ensure `docker` can be run
[without superuser privileges][docker-non-root].
* If you're using Docker Desktop, ensure version 4.34 or higher is installed, and
[host networking is enabled][docker-desktop-host-networking].
* Python 3.8 or higher

## Starting CLP
Expand Down Expand Up @@ -34,4 +36,5 @@ sbin/stop-clp.sh
```

[Docker]: https://docs.docker.com/engine/install/
[docker-desktop-host-networking]: https://docs.docker.com/engine/network/drivers/host/#docker-desktop
[docker-non-root]: https://docs.docker.com/engine/install/linux-postinstall/#manage-docker-as-a-non-root-user

0 comments on commit 60075f0

Please sign in to comment.