Sign inSign up

smartdeveloperhub/sdh-org-harvester-docker

By smartdeveloperhub

•Updated about 10 years ago

Docker image for the ORG publisher service

Image
0

542

smartdeveloperhub/sdh-org-harvester-docker repository overview

⁠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.

Tag summary

Content type

Image

Digest

Size

282 MB

Last updated

about 10 years ago

docker pull smartdeveloperhub/sdh-org-harvester-docker