Skip to content

Commit

Permalink
Remove redundant docker pull from installation instructions (#1071)
Browse files Browse the repository at this point in the history
The [Docker introduction](https://docs.hazelcast.com/hazelcast/latest/getting-started/get-started-docker#step-1-pull-the-hazelcast-docker-image) tells you to:
1. Install Docker
2. Pull the image
3. Run the image

But (2) is redundant as `docker run hazelcast/hazelcast:5.3.7` will download if required anyway:
```
Unable to find image 'hazelcast/hazelcast:5.3.7' locally
5.3.7: Pulling from hazelcast/hazelcast
8a49fdb3b6a5: Pull complete
acb6c723f025: Pull complete
dfe629926fe6: Pull complete
610b8e3f6d86: Pull complete
4f4fb700ef54: Pull complete
933e63ec690a: Pull complete
Digest: sha256:b3d2d47e6387f15b28b92a393a2366514ef7160bca00d8617b4306a1b83027c1
Status: Downloaded newer image for hazelcast/hazelcast:5.3.7
```
  • Loading branch information
JackPGreen authored Apr 8, 2024
1 parent d8a9226 commit b59bb73
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions docs/modules/getting-started/pages/install-enterprise.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,6 @@ docker version
----

. If you do not see a version number, see the link:https://docs.docker.com/config/daemon/[Docker docs^] for troubleshooting information.

. Pull the Hazelcast Docker image from Docker Hub.
+
[source,bash,subs="attributes+"]
----
docker pull hazelcast/hazelcast-enterprise:{full-version}
----
// end::docker[]
. xref:get-started-docker.adoc[Start the cluster].

Expand Down
7 changes: 0 additions & 7 deletions docs/modules/getting-started/pages/install-hazelcast.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -141,13 +141,6 @@ docker version
----

. If you do not see a version number, see the link:https://docs.docker.com/config/daemon/[Docker docs^] for troubleshooting information.

. Pull the Hazelcast Docker image from Docker Hub.
+
[source,bash,subs="attributes+"]
----
docker pull hazelcast/hazelcast:{full-version}
----
// end::docker[]
. xref:get-started-docker.adoc[Start the cluster].

Expand Down

0 comments on commit b59bb73

Please sign in to comment.