cli icon indicating copy to clipboard operation
cli copied to clipboard

is there any cli command to run a dapr in background like docker -d

Open bulolo opened this issue 2 years ago • 6 comments

image

dapr run --dapr-http-port 3500 --app-id service2

is there any command to run in background mode or detached mode,

or how to deploy in production in detached mode

like docker run in background mode we add -d

doc:https://docs.dapr.io/zh-hans/reference/cli/dapr-run/

bulolo avatar Nov 11 '22 00:11 bulolo

@bulolo As of now dapr run is not supported in detached mode.

pravinpushkar avatar Nov 12 '22 11:11 pravinpushkar

@bulolo As of now dapr run is not supported in detached mode.

So any idea how to deploy in self host without detached mode?

bulolo avatar Nov 13 '22 10:11 bulolo

As of now via interactive shell(the above method mentioned in description) is the option.

pravinpushkar avatar Nov 14 '22 18:11 pravinpushkar

This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged (pinned, good first issue, help wanted or triaged/resolved) or other activity occurs. Thank you for your contributions.

dapr-bot avatar Dec 14 '22 18:12 dapr-bot

This issue has been automatically closed because it has not had activity in the last 37 days. If this issue is still valid, please ping a maintainer and ask them to label it as pinned, good first issue, help wanted or triaged/resolved. Thank you for your contributions.

dapr-bot avatar Dec 21 '22 18:12 dapr-bot

related to #1147

mukundansundar avatar Feb 15 '23 06:02 mukundansundar