lhotari commented on issue #23891: URL: https://github.com/apache/pulsar/issues/23891#issuecomment-2614913354
> ### Version > Running on docker in Mac OS Version 15.2 Version: 27.4.0 Context: desktop-linux > > Pulsar versions 3.3.2, 4.0.2 > > ### Minimal reproduce step > When we run command `docker run -it -p 6650:6650 -p 8080:8080 --mount source=pulsardata,target=/pulsar/data --mount source=pulsarconf,target=/pulsar/conf apachepulsar/pulsar:4.0.2 bin/pulsar standalone` @unreal91 I'm not able to reproduce with these instructions. It's some issue in your environment. Have you had a chance to try on a different computer? What happens when you run this command? ```shell docker run --rm apachepulsar/pulsar:4.0.2 java -version ``` Please ensure that `Digest: sha256:8c0729055f56a8e30dec5d3cc7f85bd1aea9485858e95da57b96b9e43833b910` is what you see when you run `docker pull apachepulsar/pulsar:4.0.2` (or check the Id with `docker inspect apachepulsar/pulsar:4.0.2`. -- 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]
