Default storage drivers when Docker daemon is installed from binaries

Hi,

I understand that when Docker is installed from OS packages like .deb or .rpm, it chooses default storage drivers (graph driver, registry storage and may be volume driver) based on the host operating system and distro.

However, what storage drivers are selected if we install Docker from binaries by following the instructions at https://docs.docker.com/engine/installation/binaries/? My use case is to install Docker on any Linux OS and make it work, hence I have chosen to install from binaries.