Sign inSign up

rencinrig/image.service

By rencinrig

Updated about 7 years ago

Docker images for exogeni image service which support download of qcow2 images

Image
0

139

rencinrig/image.service repository overview

Description

Image Service is Spring-Boot based REST Webserver with the ability to download VM images created by users from the respective Openstack Head Nodes where the image is hosted.

Git Hub Repo

Can be found in repo Image Service

How to use this image

Refer Readme on details to use this image.

Pull image

docker pull rencinrig/image.service:1.0.0-SNAPSHOT

Run via Docker compose

Run using docker-compose.yml

$ docker-compose up -d
Creating image.service ... done

Configuration & Log files

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

       ports:
       - "8222:8222"
       # point to user specific keys below
       volumes:
       - "./logs:/code/logs"
       - "./config/application.properties:/code/config/application.properties"
       - "./config/log4j.properties:/code/config/log4j.properties"

Tag summary

Content type

Image

Digest

Size

74.7 MB

Last updated

about 7 years ago

docker pull rencinrig/image.service:1.0.0-SNAPSHOT