edgexfoundry / edgex-compose

EdgeX Foundry Docker Compose release compose files and tools for building EdgeX compose files
Apache License 2.0
81 stars 115 forks source link

fix: Eliminate unnamed Kuiper volumes #349

Closed bnevis-i closed 1 year ago

bnevis-i commented 1 year ago

When starting the EdgeX framework, a "docker volume ls" command will show three hex-string named volumes that are created as a result of VOLUME declarations in the base image. These volumes correspond to /kuiper/etc, /kuiper/log, and /kuiper/plugins.

This commit explictly mounts named volumes to these locations to stop docker from creating randomly named fill-in volumes.

PR Checklist

Please check if your PR fulfills the following requirements:

Testing Instructions

Before fix:

After fix: