I use the command docker run -it -p 7687:7687 -p 7444:7444 -p 3000:3000 memgraph/memgraph-platform
to run Memgraph Platform.
I can see that Memgraph Platform 2.10 is out https://hub.docker.com/r/memgraph/memgraph-platform/tags but this Docker command is not pulling it. I have to use
docker run -it -p 7687:7687 -p 7444:7444 -p 3000:3000 memgraph/memgraph/memgraph-platform:2.10.0-memgraph2.10.0-lab2.8.0-mage1.9
Can I use some shorter tag than the one memgraph/memgraph-platform:2.10.0-memgraph2.10.0-lab2.8.0-mage1.9
to run Memgraph Platform 2.10?