Giter Site home page Giter Site logo

p3-platform-reference-implementation's Introduction

Fusepool P3 Platform Reference Implementation Docker Image

Getting

To get the latest version from dockerhub:

docker pull fusepoolp3/platform-reference-implementat

Building

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

docker build -t fusepoolp3/platform-reference-implementat .

Running

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

docker run --privileged -d --name=p3-platform -p 80:80 -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 8304:8304 -p 8305:8305 -p 8306:8306 -p 8307:8307 -p 8308:8308 -p 8310:8310 -p 8386:8386 fusepoolp3/platform-reference-implementat

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

Attention: this docker container uses docker-in-docker which will mount the hosts' /var/lib/docker and use disk space there which won't be freed after docker rm.

Using

When the container has finished starting, you can access the Fusepool P3 platform directly on the host running the container. With a web browser access http:///. Important: The P3 Platform will autoconfigure itself with the hostname that it used to first access it, so if you intend the platform to be accessible on http://example.com/ the first access must done using this URI and not with http://localhost/, of course if you just want to try things out locally using /localhost/ is just fine.

The different components of Fusepool P3 can be accessed over the ports exposed by the container. Curently, these are:

p3-platform-reference-implementation's People

Contributors

danilogiacomi avatar ktk avatar mainini avatar retog avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.