Docker images for exogeni image service which support download of qcow2 images
139
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.
Can be found in repo Image Service
Refer Readme on details to use this image.
docker pull rencinrig/image.service:1.0.0-SNAPSHOT
Run using docker-compose.yml
$ docker-compose up -d
Creating image.service ... done
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"
Content type
Image
Digest
Size
74.7 MB
Last updated
about 7 years ago
docker pull rencinrig/image.service:1.0.0-SNAPSHOT