Skip to content

Conversation

@devOpsHazelcast
Copy link
Collaborator

Backport of #1783

For https://hazelcast.atlassian.net/browse/DOC-546 - include get started & installation instructions, basic config and usage. This is existing info in the Python client readme and the 'readthedocs' site which has been scrubbed.

@netlify
Copy link

netlify bot commented Oct 23, 2025

Deploy Preview for hardcore-allen-f5257d ready!

Name Link
🔨 Latest commit 4e869bb
🔍 Latest deploy log https://app.netlify.com/projects/hardcore-allen-f5257d/deploys/68fa213e7a55350008cded82
😎 Deploy Preview https://deploy-preview-1962--hardcore-allen-f5257d.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Launch a Hazelcast Docker Container by running the following command:

```bash
docker run -p 5701:5701 hazelcast/hazelcast:5.3.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be better not to specify the container version, so always the latest is used.

Suggested change
docker run -p 5701:5701 hazelcast/hazelcast:5.3.0
docker run -p 5701:5701 hazelcast/hazelcast

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants