Skip to content

gh640/wait-for-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple script wait-for-docker to wait for Docker daemon to be active.

Installation

With pipx:

pipx install wait-for-docker

With pip:

python3 -m pip install wait-for-docker

Usage

wait-for-docker && command_which_uses_docker

The command waits until Docker daemon gets active. There's no configuration.