Skip to content

Conversation

@cdbartholomew
Copy link
Contributor

This PR fixes issue #5392. The Docker command listed in the docs didn't work correctly for Windows, causing confusing. The revised command:

  • Works on MacOS, Linux, and Windows
  • Uses Docker volumes instead of bind mounts, which Docker recommends
  • Includes a volume for persisting the configuration. Note that this volume is defined in the Dockerfile for the image (VOLUME ["/pulsar/conf", "/pulsar/data"]), so it's getting created anyway. If we name it, we can re-use it for subsequent runs of the command and persist the data.

I have tested the command on Linux and Windows. @junlia also confirms that it works on Windows. I didn't test on MacOS, but I'm certain it will work there too.

@sijie sijie added doc Your PR contains doc changes, no matter whether the changes are in markdown or code files. type/cleanup Code or doc cleanups e.g. remove the outdated documentation or remove the code no longer in use labels Oct 24, 2019
@sijie sijie added this to the 2.5.0 milestone Oct 24, 2019
@merlimat
Copy link
Contributor

run java8 tests

@aahmed-se aahmed-se merged commit de4bbe1 into apache:master Oct 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

doc Your PR contains doc changes, no matter whether the changes are in markdown or code files. type/cleanup Code or doc cleanups e.g. remove the outdated documentation or remove the code no longer in use

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants