Name | netunicorn-connector-docker JSON |
Version |
0.1.6
JSON |
| download |
home_page | None |
Summary | Local Docker connector for netunicorn |
upload_time | 2024-09-28 00:40:39 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.10 |
license | MIT |
keywords |
netunicorn
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# netunicorn-connector-docker
This is a netunicorn connector for a local Docker infrastructure.
This connector works only with the local Docker daemon, requires current user to be in the docker group
and always presents a single host with the name "dockerhost".
## Usage
This connector is supposed to be installed as a part of netunicorn-director-infrastructure package or container.
Install the package:
```bash
pip install netunicorn-connector-docker
```
Ensure that the user (netunicorn-director-infrastructure process owner) is in the docker group (or root).
Then, add the connector to the netunicorn-director-infrastructure configuration:
```yaml
local-docker: # unique name
enabled: true
module: "netunicorn.director.infrastructure.connectors.docker_connector" # where to import from
class: "DockerConnector" # class name
config: "configuration-example.yaml" # path to configuration file
```
Raw data
{
"_id": null,
"home_page": null,
"name": "netunicorn-connector-docker",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": "netunicorn",
"author": null,
"author_email": "Roman Beltiukov <rbeltiukov@ucsb.edu>",
"download_url": "https://files.pythonhosted.org/packages/43/d4/39c2e39f72212f474b752c1296b00e32ea1ebb6fd4b0e887c066e91d3a68/netunicorn_connector_docker-0.1.6.tar.gz",
"platform": null,
"description": "# netunicorn-connector-docker\nThis is a netunicorn connector for a local Docker infrastructure.\n\n\nThis connector works only with the local Docker daemon, requires current user to be in the docker group\nand always presents a single host with the name \"dockerhost\".\n\n## Usage\nThis connector is supposed to be installed as a part of netunicorn-director-infrastructure package or container.\n\nInstall the package:\n```bash\npip install netunicorn-connector-docker\n```\nEnsure that the user (netunicorn-director-infrastructure process owner) is in the docker group (or root).\n\nThen, add the connector to the netunicorn-director-infrastructure configuration:\n```yaml\n local-docker: # unique name\n enabled: true\n module: \"netunicorn.director.infrastructure.connectors.docker_connector\" # where to import from\n class: \"DockerConnector\" # class name\n config: \"configuration-example.yaml\" # path to configuration file\n```\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Local Docker connector for netunicorn",
"version": "0.1.6",
"project_urls": null,
"split_keywords": [
"netunicorn"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "cd81ff02f3b30576a4cac630c933362c952ac6bd4eae4d624b9d3a8f4e4d6f79",
"md5": "6d19f45aed9bb39dc8ac31771d47b595",
"sha256": "3475b35a238128f6b3d1dfa6728b1a7fe5d736ba7b945c86230275167ad273b8"
},
"downloads": -1,
"filename": "netunicorn_connector_docker-0.1.6-py3-none-any.whl",
"has_sig": false,
"md5_digest": "6d19f45aed9bb39dc8ac31771d47b595",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 5755,
"upload_time": "2024-09-28T00:40:38",
"upload_time_iso_8601": "2024-09-28T00:40:38.060233Z",
"url": "https://files.pythonhosted.org/packages/cd/81/ff02f3b30576a4cac630c933362c952ac6bd4eae4d624b9d3a8f4e4d6f79/netunicorn_connector_docker-0.1.6-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "43d439c2e39f72212f474b752c1296b00e32ea1ebb6fd4b0e887c066e91d3a68",
"md5": "d3397d9684dbbf47564ba941669bc081",
"sha256": "13d198a66a76bc52d0fd6a5853c0498998f97784575d3f0a923c638c9fa85909"
},
"downloads": -1,
"filename": "netunicorn_connector_docker-0.1.6.tar.gz",
"has_sig": false,
"md5_digest": "d3397d9684dbbf47564ba941669bc081",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 5685,
"upload_time": "2024-09-28T00:40:39",
"upload_time_iso_8601": "2024-09-28T00:40:39.308132Z",
"url": "https://files.pythonhosted.org/packages/43/d4/39c2e39f72212f474b752c1296b00e32ea1ebb6fd4b0e887c066e91d3a68/netunicorn_connector_docker-0.1.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-28 00:40:39",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "netunicorn-connector-docker"
}