Skip to content

steventfan/Docker-Search-Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How To Use

Within each folder search and website:

docker build -t <image name> .
docker run -p -d <host port>:<virtual port> <image name>

where image name is a custom name for the image generated in docker build

The host port is a custom port on the host machine. Any incoming packets to the host ports will be forwarded to the virtual ports of the virtual machine. The virtual ports are listed in the Dockerfile of each folder. Note that MongoDB has a default port number: 27017.

You can then access and utilize the search engine:

http://<hostname>:<host port>

where the host port refers to the host port number defined for the folder website

About

Search engine application hosted on docker containers in a cloud network

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors