You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mozilla-de...@lists.mozilla.org, Lacroix, Ghislain
Hi,
I'm new here and this might be a stupid question: Why does SensorWeb use
Docker images for it's application?
I was reading [1] and [2]. As far as I understand there's a base image
that contains the boot loader, kernel, and a number of system tools. The
actual application runs within a container that is based on Docker. The
container image with the application code can be updated with the Docker
tools; an update of the base image will require different mechanisms.
Container images are useful for system partitioning and isolating
different Linux environments on the same machine. None of that seems to
be an issue for a SensorWeb device. Is there another reason for using
containers that I'm not aware of?