Sign inSign up

contiamo/platform

By contiamo

•Updated almost 7 years ago

Image
0

10K+

contiamo/platform repository overview

⁠Contiamo platform

The Contiamo DataHub platform. See https://www.contiamo.com⁠

⁠How to use this image

Once the container has started, DataHub will be available at http://localhost:4300⁠. Do not bind the container to a different host port, as components inside the image rely on being able to connect to localhost:4300.

⁠Without persistence:

$ docker run -p 4300:80 -d contiamo/platform

⁠With persistence:

$ docker run -d -p 4300:80 --rm -v contiamo-db:/data -v contiamo-db-config:/data-config contiamo/platform

⁠Use convenience script:

curl -s https://platform.ctmo.io/get.sh | bash

Tag summary

Content type

Image

Digest

Size

574.6 MB

Last updated

almost 7 years ago

docker pull contiamo/platform