summarize docker samples changes

This commit is contained in:
Kenneth Bingham 2023-12-01 15:35:01 -05:00
parent 955d0e1f3c
commit fc91ec1f14
No known key found for this signature in database
GPG Key ID: 31709281860130B6

View File

@ -4,6 +4,8 @@
CHANGE: Moved the golang zrok sdk into `sdk/golang/sdk` to normalize location for future sdk's.
CHANGE: add restart policies to docker compose samples used by the guide docs, e.g., reserved public share should auto-start on boot, temp public share should not.
## v0.4.17
CHANGE: Replaced most in-line shell scripts in Docker Compose projects with installed scripts that are shared between the Docker and Linux service. This normalizes the operational configuration of both Docker shares and Linux service, i.e., to use the same env vars.