tuteng commented on a change in pull request #12978:
URL: https://github.com/apache/pulsar/pull/12978#discussion_r757192715
##########
File path: site2/docs/io-file-source.md
##########
@@ -105,7 +105,13 @@ Here is an example of using the File source connecter.
$ curl -O
https://mirrors.tuna.tsinghua.edu.cn/apache/pulsar/pulsar-{version}/connectors/pulsar-io-file-{version}.nar
```
-6. Start the File source connector.
+6. Copy the File source connector to the container.
+
+ ```bash
+ $ docker cp pulsar-io-file-{version}.nar pulsar-standalone:/pulsar/
Review comment:
Copy it to the `connectors` folder, then restart the container
```
docker cp pulsar-io-file-{version}.nar pulsar-standalone:/pulsar/connectors/
docker restart pulsar-standalone
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]