Use case
For various reasons (development process, production usage of Ocre, CI/CD processes) it would be beneficial to be able to GET a wasm container image over HTTP from the Ocre Shell running on a device, and start a container from that image.
Describe the solution you'd like
- From ocre shell, make HTTP request to some URI from a server which will server a wasm image over http
- Start a container from this wasm image.
Additional context
Providing support through a conventional container registry is also possible, but these work on another protocol (not http), and Stephen mentioned that this makes implementation additional work.