aboutsummaryrefslogtreecommitdiff
path: root/test/docker-in-docker/test-scripts
Commit message (Collapse)AuthorAgeFilesLines
* [docker-in-docker] Reverts the retry logic (#659)feature_docker-in-docker_2.3.1Samruddhi Khandale2023-08-191-26/+0
| | | | | | | * Update install.sh * [docker-in-docker] Update retry logic * revert the retry logic!
* Docker-in-docker: Add retries to the docker-init script until docker daemon ↵feature_docker-in-docker_2.3.0Samruddhi Khandale2023-08-081-0/+26
starts (#637) * Docker-in-docker: Add retries until docker daemon starts * address comments