mirror of https://github.com/dapr/docs.git
Update get-started-component.md
Add one note if someone start this chapter without stop the sidecar with same app-id.
This commit is contained in:
parent
457891fb0f
commit
08c28e3e9f
|
@ -65,6 +65,12 @@ Run the following command to launch a Dapr sidecar that will listen on port 3500
|
||||||
dapr run --app-id myapp --dapr-http-port 3500 --components-path ./my-components
|
dapr run --app-id myapp --dapr-http-port 3500 --components-path ./my-components
|
||||||
```
|
```
|
||||||
|
|
||||||
|
*note*:
|
||||||
|
If you follow [previous step]({{<ref get-started-api.md>}}) completely without stop the running sidecar, and run above command in new terminal, then you will get error message like below:
|
||||||
|
```bash
|
||||||
|
dapr with ID myapp is already running
|
||||||
|
```
|
||||||
|
You could fix this problem by "Control-C" to stop the running sidecar in previous terminal.
|
||||||
## Step 4: Get a secret
|
## Step 4: Get a secret
|
||||||
|
|
||||||
In a separate terminal run:
|
In a separate terminal run:
|
||||||
|
|
Loading…
Reference in New Issue