https://download.docker.com/linux/static/, https://get.docker.com/rootless, https://docs.docker.com/engine/security/rootless/ and https://docs.docker.com/engine/release-notes/ lacks any information about manual package verification or package checksums.
When following the instruction on how to run the Docker daemon as a non-root user curl -fsSL https://get.docker.com/rootless | sh is recommended by the documentation.
There is however no verification of the downloaded packages or information on how to verify the downloaded packages in https://github.com/docker/docker-install/blob/master/rootless-install.sh
Code ref: https://github.com/docker/docker-ce-packaging/blob/master/static/hash_files
https://download.docker.com/linux/static/, https://get.docker.com/rootless, https://docs.docker.com/engine/security/rootless/ and https://docs.docker.com/engine/release-notes/ lacks any information about manual package verification or package checksums.
When following the instruction on how to run the Docker daemon as a non-root user
curl -fsSL https://get.docker.com/rootless | shis recommended by the documentation.There is however no verification of the downloaded packages or information on how to verify the downloaded packages in https://github.com/docker/docker-install/blob/master/rootless-install.sh
Code ref: https://github.com/docker/docker-ce-packaging/blob/master/static/hash_files