Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove redundant
docker pull
from installation instructions (#1071)
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