steveny2k / docker-predictionio

Docker container for PredictionIO-based machine learning services
73 stars 57 forks source link

Access to prediction Engine from host #15

Open afanjul opened 6 years ago

afanjul commented 6 years ago

Hi there, I've installed the prediction-io docker successfully in my mac (many thanks). I can access to the docker container bash shell and test the events engine using curl, etc. But I would like to access to all the predictionio services from my host, however the mapped port 8000:8000 is not mapping any service... How do you run your docker to access the event engine port 7070?