minani/paris-metro
A Docker image for simulating the Paris Metro system using Python and Neo4j.
15
This Docker image is designed for simulating the Paris Metro system using Python and Neo4j. Our research purpose: building up a lightweight simulations and and development environments for Python and Neo4j running side by side within the same Docker container. This Docker image includes all necessary dependencies and configurations to run the simulation.
To pull and run the Docker image, use the following commands:
##bash
docker pull minani/paris-metro:0.0.1-release
docker run -d --name paris-metro-container -p 7474:7474 -p 7687:7687 minani/paris-metro:0.0.1-releasee
#Verify the container is running docker ps
docker pull minani/paris-metro