简体   繁体   中英

FIWARE lab - My dockerhub image is created empty

I want to generate an image in FIWARE lab from Docker Hub.

I have tried different options and fiware lab does not give me an error, but it generates an empty image that cannot be instanced.

Modal to create my own image

Could you please give me an example of the url you use to create your own images from the docker hub?

Currently FIWARE Lab only supports Virtual Machine images. There are no Docker images.

Maybe you can create you image and configure docker to run inside the Virtual Machine created from your image.

However, you can look at how a new image could be created using Openstack APIs and some qemu/libvirt tools here: https://github.com/jicarretero/FiwareImageTweak

The example there shows how to create a new image with docker and some dockers which will run when a new instance is created from an image generated this way.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM