Hi
I found a solution, and this is the way I did it:
1 - run docker ps -a
to see containers presently loaded
2 - run docker system prune
to remove all stopped containers
3 - run docker stop ea34
to stop any continer running, and remove it wtih docker system prune
4 - search images with docker images
5 - run docker run -p 8888:8888 --name jupyter folium2
6 - got this:
7 - copied http link from bottom, and it worked from then on
Hope this helps anyone else!