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.
Can be found in repo Mobius
Refer Readme on details to use this image.
docker pull rencinrig/mobius:1.0.0-SNAPSHOT
Run together with rabbitmq, postgresql and notification in a cluster using docker-compose.yml
$ docker-compose up -d
Creating database ... done
Creating rabbitmq ... done
Creating mobius ... done
Creating notification ... done
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"
Content type
Image
Digest
Size
221.5 MB
Last updated
almost 5 years ago
docker pull rencinrig/mobius:1.0.2-SNAPSHOT