c0090555 commented on issue #15647:
URL: https://github.com/apache/pulsar/issues/15647#issuecomment-1213475823

   @michaeljmarshall 
   Here are what I got:
   ```
   % docker run -it -p 6650:6650 -p 8080:8080 --platform linux/amd64/v8 \
   --mount source=pulsarsource,target=/pulsar/data --mount 
source=pulsarconf,target=/pulsar/conf \
   apachepulsar/pulsar:2.10.1 ls -al
   total 112
   drwxrwxr-x 1 root root  4096 Jun 13 10:17 .
   drwxr-xr-x 1 root root  4096 Aug 12 20:05 ..
   -rw-r--r-- 1 root root 32726 Jan 22  2020 LICENSE
   -rw-r--r-- 1 root root  6612 Jan 22  2020 NOTICE
   -rw-r--r-- 1 root root  1269 Jan 22  2020 README
   drwxr-xr-x 3 root root  4096 Jun 13 10:14 bin
   drwxr-xr-x 5 root root  4096 Jul 30 16:17 conf
   drwxrwxr-x 2 root root  4096 Jun 13 10:14 data
   drwxrwxr-x 2 root root  4096 Jun 13 10:14 download
   drwxr-xr-x 3 root root  4096 Jun 13 10:13 examples
   drwxr-xr-x 4 root root  4096 Jun 13 10:13 instances
   drwxr-xr-x 3 root root 24576 Jun 13 10:13 lib
   drwxr-xr-x 2 root root  4096 Jan 22  2020 licenses
   drwxrwxr-x 2 root root  4096 Jun 13 10:14 logs
   drwxr-xr-x 2 root root  4096 Jun 13 10:17 pulsar-client
   ```
   ```
   docker run -it -p 6650:6650  -p 8080:8080 \
       --mount 
type=bind,source=/Users/yisongwang/pulsardata,target=/pulsar/data \
       --mount source=pulsarconf,target=/pulsar/conf \
       apachepulsar/pulsar:2.10.0 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]

Reply via email to