What happens to a running docker container when a new "latest" tag Memgraph platform image is published?
I created a new named container for Memgraph Platform with: docker run -ti -p 3000:3000 -p 7687:7687 -p 7444:7444 --name graph-assignment-7 memgraph/memgraph-platform:latest I control the container using docker stop graph-assignment-7 and docker start graph-assignment-7. I do this to avoid data…