A simple script `wait-for-docker` to wait for Docker daemon to be active.
## Installation
With `pipx`:
```bash
pipx install wait-for-docker
```
With `pip`:
```bash
python3 -m pip install wait-for-docker
```
## Usage
```bash
wait-for-docker && command_which_uses_docker
```
The command waits until Docker daemon gets active. There's no configuration.
Raw data
{
"_id": null,
"home_page": "https://github.com/gh640/wait-for-docker",
"name": "wait-for-docker",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7,<4.0",
"maintainer_email": "",
"keywords": "docker",
"author": "Goto Hayato",
"author_email": "habita.gh@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/58/46/fbe1741d24873bee525c4d9d07932d2f0c648e27c155ec47d17dfad8353d/wait_for_docker-0.3.0.tar.gz",
"platform": null,
"description": "A simple script `wait-for-docker` to wait for Docker daemon to be active.\n\n## Installation\n\nWith `pipx`:\n\n```bash\npipx install wait-for-docker\n```\n\nWith `pip`:\n\n```bash\npython3 -m pip install wait-for-docker\n```\n\n## Usage\n\n```bash\nwait-for-docker && command_which_uses_docker\n```\n\nThe command waits until Docker daemon gets active. There's no configuration.\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A simple script to wait for Docker daemon to be active.",
"version": "0.3.0",
"project_urls": {
"Homepage": "https://github.com/gh640/wait-for-docker",
"Repository": "https://github.com/gh640/wait-for-docker"
},
"split_keywords": [
"docker"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "2e9033951c3eac503cb741e4dfb894793f2eba9cdf0451c4174d87f68bf7e863",
"md5": "01abfc53cc570942db108fa5cf5371bd",
"sha256": "5548da2186424ac197ff3a3191d9a2cdb92c77a61d22e5913593440f95024dbc"
},
"downloads": -1,
"filename": "wait_for_docker-0.3.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "01abfc53cc570942db108fa5cf5371bd",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7,<4.0",
"size": 2381,
"upload_time": "2023-05-26T09:32:11",
"upload_time_iso_8601": "2023-05-26T09:32:11.900683Z",
"url": "https://files.pythonhosted.org/packages/2e/90/33951c3eac503cb741e4dfb894793f2eba9cdf0451c4174d87f68bf7e863/wait_for_docker-0.3.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5846fbe1741d24873bee525c4d9d07932d2f0c648e27c155ec47d17dfad8353d",
"md5": "1e73c0e6223563a27bc9750dc77e8445",
"sha256": "45e5d50acc680ac98dc8e0c9ef0c83ce99b9f42b9682b4e2fe945d9293137f1f"
},
"downloads": -1,
"filename": "wait_for_docker-0.3.0.tar.gz",
"has_sig": false,
"md5_digest": "1e73c0e6223563a27bc9750dc77e8445",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7,<4.0",
"size": 1636,
"upload_time": "2023-05-26T09:32:13",
"upload_time_iso_8601": "2023-05-26T09:32:13.630875Z",
"url": "https://files.pythonhosted.org/packages/58/46/fbe1741d24873bee525c4d9d07932d2f0c648e27c155ec47d17dfad8353d/wait_for_docker-0.3.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-05-26 09:32:13",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "gh640",
"github_project": "wait-for-docker",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "wait-for-docker"
}