netunicorn-connector-docker


Namenetunicorn-connector-docker JSON
Version 0.1.5 PyPI version JSON
download
home_page
SummaryLocal Docker connector for netunicorn
upload_time2023-12-23 04:21:09
maintainer
docs_urlNone
author
requires_python>=3.10
licenseMIT
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": "",
    "name": "netunicorn-connector-docker",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "netunicorn",
    "author": "",
    "author_email": "Roman Beltiukov <rbeltiukov@ucsb.edu>",
    "download_url": "https://files.pythonhosted.org/packages/41/4d/0969c7c321c08d2b1d8a3fc426e651a665587abf390ffa40e996365656ae/netunicorn-connector-docker-0.1.5.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.5",
    "project_urls": null,
    "split_keywords": [
        "netunicorn"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1a91068bc1661e3a74ec822abfe27afe5640aa78d72d01efd6ff777eb0230a12",
                "md5": "429614d4929f185e40d77cccc04f16f3",
                "sha256": "d243fb96bc6366e2f28c78238a7f1c51bbad1ba69d61cfd0494f9cb40a22f8a7"
            },
            "downloads": -1,
            "filename": "netunicorn_connector_docker-0.1.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "429614d4929f185e40d77cccc04f16f3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 5748,
            "upload_time": "2023-12-23T04:21:08",
            "upload_time_iso_8601": "2023-12-23T04:21:08.241947Z",
            "url": "https://files.pythonhosted.org/packages/1a/91/068bc1661e3a74ec822abfe27afe5640aa78d72d01efd6ff777eb0230a12/netunicorn_connector_docker-0.1.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "414d0969c7c321c08d2b1d8a3fc426e651a665587abf390ffa40e996365656ae",
                "md5": "8dc8b4a976e0e8f0d5a32222622af177",
                "sha256": "f7fa30bf5508460f5f0873b3bfafbf19400b40879c60ca68debf5ed296c0c71b"
            },
            "downloads": -1,
            "filename": "netunicorn-connector-docker-0.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "8dc8b4a976e0e8f0d5a32222622af177",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 5664,
            "upload_time": "2023-12-23T04:21:09",
            "upload_time_iso_8601": "2023-12-23T04:21:09.724938Z",
            "url": "https://files.pythonhosted.org/packages/41/4d/0969c7c321c08d2b1d8a3fc426e651a665587abf390ffa40e996365656ae/netunicorn-connector-docker-0.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-23 04:21:09",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "netunicorn-connector-docker"
}
        
Elapsed time: 0.22661s