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

A docker for P3 services which do not (yet) have their own dockerimage

License

Notifications You must be signed in to change notification settings

fusepoolP3/p3-various-services

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fusepool P3 Various Services Docker Core Build Status

This image is typically used with P3 Platform Reference Implementation docker compose. It provides those services that are not (yet) available as individual docker image.

Getting

To get the latest version from dockerhub:

docker pull fusepoolp3/various-services

Building

If instead you want to build it yourself, clone the github repository and run:

docker build -t fusepoolp3/various-services .

Running

To access the Fusepool P3 entry page at the default port 80 start the docker like that

docker run -d -p 8181:8181 -p 8151:8151 -p 8200:8200 -p 8201:8201 -p 8202:8202 -p 8203:8203 -p 8204:8204 -p 8205:8205 -p 8300:8300 -p 8301:8301 -p 8302:8302 -p 8303:8303 -p 8305:8305 -p 8306:8306 -p 8307:8307 -p 8308:8308 -p 8310:8310 -p 8386:8386 -p 8387:8387 -p 8388:8388 fusepoolp3/various-services

To stop the container:

docker stop p3-platform

to restart the container:

docker start p3-platform

Starting things can take quite a while, be patient. To see what's going on, use the following command:

docker logs -f p3-platform

About

A docker for P3 services which do not (yet) have their own dockerimage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages