Skip to content

DarVoid/pro_final_docker_images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Final Project - Docker Images

To build images from these docker files:

1- change folder to desired package you want to try
2- docker build -t <nameYouDesireForTheDockerContainer> .
3- docker run -p <port>:8888 <nameYouDesireForTheDockerContainer>:latest
  

To use Jupyter Notebook for time-matters:

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.

To use Jupyter Notebook for py_heideltime:

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published