Closed laurent-martin closed 1 year ago
Folder /appdata does not exist in the container image. it's /app and the cert folder is pki.
/app
pki
/appdata
[ ] Yes [x] No
What kind of change does this Pull Request introduce?
[ ] Bugfix [ ] Feature [ ] Code style update (formatting, local variables) [ ] Refactoring (no functional changes, no api changes) [x] Documentation content changes [ ] Other... Please describe:
-v
The default WORKDIR here: https://github.com/Azure-Samples/iot-edge-opc-plc/blob/main/tools/scripts/docker-source.ps1#L172 is /app
Folder /appdata does not exist in the container image. it's
/app
and the cert folder ispki
.Purpose
/app
, not/appdata
, moreover the default main pki folder ispki
Does this introduce a breaking change?
Pull Request Type
What kind of change does this Pull Request introduce?
How to Test
-v
podman/docker option for pki persistency and observe that server certificate is located in /app/pkiWhat to Check
The default WORKDIR here: https://github.com/Azure-Samples/iot-edge-opc-plc/blob/main/tools/scripts/docker-source.ps1#L172 is
/app
Other Information