I tried to run Memgraph Platform using docker run -it -p 7687:7687 -p 7444:7444 -p 3000:3000 memgraph/memgraph-platform
and it works.
Then I tried docker run -i -p 7687:7687 -p 7444:7444 -p 3000:3000 memgraph/memgraph-platform
and it also worked.
But if I run docker run -p 7687:7687 -p 7444:7444 -p 3000:3000 memgraph/memgraph-platform
I get the message that Memgraph lab is at port 3000 but I can't open it.
When I try to run different Docker image there is no need for -i
and it all works, e.g. docker run -p 7687:7687 -p 7444:7444 -v mg_lib:/var/lib/memgraph memgraph/memgraph