Skip to content

Commit 83cf807

Browse files
committed
docs: explicitly state that docker daemon should be started
1 parent 5c5a1ee commit 83cf807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEVELOPMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
> [!IMPORTANT]
44
> **Before you quickstart** you need to have this software installed:
55
> - [mise](https://mise.jdx.dev/) — see the [installing mise](#installing-mise) instructions
6-
> - [Docker](https://www.docker.com/) — see Docker's [documentation for installing](https://docs.docker.com/get-started/get-docker/)
6+
> - [Docker](https://www.docker.com/) — see Docker's [documentation for installing](https://docs.docker.com/get-started/get-docker/) and ensure that your Docker daemon is running. On *macOS* and *Linux* you can do this by running Docker Desktop. See: [Docker Desktop docs](https://docs.docker.com/get-started/introduction/get-docker-desktop/). If you have installed Docker without Docker Desktop then you will need to launch `dockerd` manually.
77
88
Local development quickstart:
99

0 commit comments

Comments
 (0)