forked from hazelcast/hz-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure docker versions are correct for OS/EE [DOC-238] (hazelcast#1420)
Following on from hazelcast#1355 (comment), ensure the versions of referenced Docker images are correctly differentiating between OS & EE. Note - not backporting to `v/5.5` as [doesn't contain these properties](https://github.com/hazelcast/hz-docs/blob/v/5.5/docs/antora.yml). [Slack discussion](https://hazelcast.slack.com/archives/C035HQET5/p1733424118024969) _Partially_ addresses: - [DOC-238](https://hazelcast.atlassian.net/browse/DOC-238) - [DEX-304](https://hazelcast.atlassian.net/browse/DEX-304)
- Loading branch information
1 parent
be7a052
commit 081d1ff
Showing
12 changed files
with
43 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,7 +46,7 @@ docker run \ | |
-e HZ_NETWORK_PUBLICADDRESS=<host_ip>:5701 \ <1> | ||
-e HZ_LICENSEKEY=<your license key> \ <2> | ||
-e HZ_CLUSTERNAME=london \ | ||
hazelcast/hazelcast-enterprise:{full-version} | ||
hazelcast/hazelcast-enterprise:{ee-version} | ||
---- | ||
<1> Replace the `<host_ip>` placeholder with the IP address of your Docker host. | ||
<2> Replace the `<your license key>` placeholder with your Hazelcast {enterprise-product-name} license key. | ||
|
@@ -123,7 +123,7 @@ XML:: | |
---- | ||
docker run \ | ||
--network hazelcast-network \ | ||
-e JAVA_OPTS="-Dhazelcast.config=/opt/hazelcast/config_ext/hazelcast.yaml" -v ~/config-tokyo:/opt/hazelcast/config_ext hazelcast/hazelcast-enterprise:{full-version} | ||
-e JAVA_OPTS="-Dhazelcast.config=/opt/hazelcast/config_ext/hazelcast.yaml" -v ~/config-tokyo:/opt/hazelcast/config_ext hazelcast/hazelcast-enterprise:{ee-version} | ||
---- | ||
|
||
Here is your other single-member cluster: | ||
|
@@ -175,7 +175,7 @@ In this step you switch to the SQL shell in a terminal, create a map called `cit | |
+ | ||
[source,shell,subs="attributes+"] | ||
---- | ||
docker run --network hazelcast-network -it --rm hazelcast/hazelcast:{full-version} hz-cli --targets [email protected]:5701 sql | ||
docker run --network hazelcast-network -it --rm hazelcast/hazelcast:{os-version} hz-cli --targets [email protected]:5701 sql | ||
---- | ||
. Once you see the SQL shell (`sql>`), type the following command and press kbd:[Enter] to create the map. | ||
+ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters