Skip to content

🐳 A simple script to wait for Docker daemon to be active.

Notifications You must be signed in to change notification settings

gh640/wait-for-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 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.