1- change folder to desired package you want to try
2- docker build -t <nameYouDesireForTheDockerContainer> .
3- docker run -p <port>:8888 <nameYouDesireForTheDockerContainer>:latest
Pull time-matters image from Docker Hub:
$ docker pull liaad/time-matters
Verify if the docker image is in:
$ docker images
Run the container
$ docker run -p 9999:8888 –user root liaad/time-matters
Discover the IP address:
$ docker-machine ip
Introduce the ip on a web broswer with the respective port.
Further information about the notebook in here.
Pull time-matters image from Docker Hub:
$ docker pull liaad/py_heideltime
Verify if the docker image is in:
$ docker images
Run the container
$ docker run -p 9998:8888 –user root liaad/py_heideltime
Finally, introduce the ip on a web broswer with the respective port.
Further information about the notebook in here.