mirror of https://github.com/dapr/docs.git
Update daprdocs/content/en/concepts/dapr-services/scheduler.md
Co-authored-by: Mark Fussell <markfussell@gmail.com> Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
This commit is contained in:
parent
3290c409a9
commit
a3f4e21e68
|
@ -9,7 +9,7 @@ The Dapr Scheduler service is used to schedule jobs, running in [self-hosted mod
|
|||
|
||||
## Self-hosted mode
|
||||
|
||||
The scheduler service Docker container is started automatically as part of `dapr init`. It can also be run manually as a process if you are running in [slim-init mode]({{< ref self-hosted-no-docker.md >}}).
|
||||
The Scheduler service Docker container is started automatically as part of `dapr init`. It can also be run manually as a process if you are running in [slim-init mode]({{< ref self-hosted-no-docker.md >}}).
|
||||
|
||||
## Kubernetes mode
|
||||
|
||||
|
|
Loading…
Reference in New Issue