You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
install.sh: verify Composer installer checksum and merge daemon.json
Address PR review feedback:
- Verify the downloaded Composer installer against the official
installer.sig sha384 signature before executing it, to guard against a
tampered or MITM'd download in automated setup.
- Merge only the storage-driver key into /etc/docker/daemon.json instead
of overwriting the whole file, preserving any pre-existing daemon
configuration and keeping the step idempotent.
Co-authored-by: Nicolas Ruflin <ruflin@users.noreply.github.com>
0 commit comments