Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

SmartDeveloperHub/sdh-org-harvester-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SDH ORG Harvester Docker

Deploying and executing the ORG Harvester of the Smart Developer Hub project with Docker.

Usage instructions

Building the Docker image

The first step consists in building the image defined by Dockerfile in the repository's root directory:

docker build -t sdh/org-harvester .

Running the container

The ORG Harvester uses port 80, so when running the container it is important to expose it via the appropriate host port. For example, assuming that we want to make available the harvester via port 8088, we would execute the container as follows:

docker run -p 8088:80 \
           --name sdh-org-harvester \
           sdh/org-harvester

License

SDH-ORG-Harvester-Docker is distributed under the Apache License, version 2.0.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages