Setting system wide default for docker stop timeout

I would like to set the default -t 10 to -t 300 (as suggested for stopping storj docker instances).

How can i do this systemwide? (So that for example if the system is restarted, that docker will wait for the nodes to finish writing to the disks before rebooting)

Thanks!

1 Like

I would like to recommend always check the documentation: https://documentation.storj.io/setup/cli/storage-node
The parameter for that is included into the docker run command a few months ago