Why do the edgeHub
and edgeAgent
containers not support Docker Volumes?
#7166
Labels
edgeHub
and edgeAgent
containers not support Docker Volumes?
#7166
The preferred mechanism from Docker to persist data is to use Docker Volumes. Thus, we want to refactor our manifests by replacing all of our host mounts with (named) volumes mounts. The most beneficial point would be the independence of the host system and the corresponding pre-configuration of the directories (as already described here and here).
However, we are still hesitating to make the switch as we have seen that the
edgeHub
andedgeAgent
do not yet support this Docker feature. Are there any reasons - in combination with theiotedge
- why you do not support Docker Volumes?Many thanks in advance for the clarification.
The text was updated successfully, but these errors were encountered: