mirror of
				https://gitea.com/gitea/act_runner.git
				synced 2025-10-31 21:07:57 +01:00 
			
		
		
		
	Follow #619. Wait for the Docker daemon to be ready before starting act runner. Reviewed-on: https://gitea.com/gitea/act_runner/pulls/620 Co-authored-by: Jason Song <i@wolfogre.com> Co-committed-by: Jason Song <i@wolfogre.com>
		
			
				
	
	
		
			4 lines
		
	
	
		
			65 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			65 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/usr/bin/env bash
 | |
| 
 | |
| exec s6-notifyoncheck dockerd-entrypoint.sh
 |