Hongten commented on issue #12628: URL: https://github.com/apache/pulsar/issues/12628#issuecomment-1396532277
I encountered the same issue. I resolved the issue by renaming the `source` name. ``` docker run -it -p 6650:6650 -p 8080:8080 --mount source=pulsardata1,target=/pulsar/data --mount source=pulsarconf,target=/pulsar/conf apachepulsar/pulsar-all:2.10.1 bin/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]
