Start Storj Docker Container with delay

I doubt there is such option in the docker itself, but you may use a docker-compose.yml and make each container a service and add dependency, i.e.

Use depends_on: in each next service to be depended on a previous one