Sign inSign up

rencinrig/mobius

By rencinrig

Updated almost 5 years ago

Docker repo for Mobius

Image
0

566

rencinrig/mobius repository overview

Description

Mobius is Spring Boot Rest Server which has the capability to provision resources on different cloud infrastructures. In this release, Exogeni, Chameleon and Open Science Grid clouds are supported.

Git Hub Repo

Can be found in repo Mobius

How to use this image

Refer Readme on details to use this image.

Pull image

docker pull rencinrig/mobius:1.0.0-SNAPSHOT

Run via Docker compose

Run together with rabbitmq, postgresql and notification in a cluster using docker-compose.yml

  • rabitmq
  • postgressql
  • notification (only needed when pegasus is not available)
$ docker-compose up -d
Creating database ... done
Creating rabbitmq ... done
Creating mobius   ... done
Creating notification ... done

Configuration & Log files

Update volumes for mobius to map configuration as well as log files from host to container.

     volumes:
       - "./logs/:/var/log/"
       - "./mobius-sync:/code/mobius-sync"         
       - "./config/application.properties:/code/config/application.properties"
       - "./ssh/geni-kthare10.pem:/code/ssh/geni-kthare10.pem"
       - "./ssh/id_rsa.pub:/code/ssh/id_rsa.pub"

Tag summary

Content type

Image

Digest

Size

221.5 MB

Last updated

almost 5 years ago

docker pull rencinrig/mobius:1.0.2-SNAPSHOT