{"id":31465567,"url":"https://github.com/iobroker/iobroker.docker-manager","last_synced_at":"2025-10-01T17:49:48.200Z","repository":{"id":313549263,"uuid":"1050906424","full_name":"ioBroker/ioBroker.docker-manager","owner":"ioBroker","description":"This adapter can manage (pull, update, configure, delete) the docker images on system","archived":false,"fork":false,"pushed_at":"2025-09-25T22:27:24.000Z","size":321,"stargazers_count":2,"open_issues_count":5,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-26T00:12:57.615Z","etag":null,"topics":["docker","docker-manager","iobroker"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ioBroker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-05T06:10:48.000Z","updated_at":"2025-09-25T22:20:08.000Z","dependencies_parsed_at":"2025-09-06T21:24:31.945Z","dependency_job_id":"e34ae0ab-0d62-472d-9ac3-55ac385320b2","html_url":"https://github.com/ioBroker/ioBroker.docker-manager","commit_stats":null,"previous_names":["iobroker/iobroker.docker-manager"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/ioBroker/ioBroker.docker-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ioBroker%2FioBroker.docker-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ioBroker%2FioBroker.docker-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ioBroker%2FioBroker.docker-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ioBroker%2FioBroker.docker-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ioBroker","download_url":"https://codeload.github.com/ioBroker/ioBroker.docker-manager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ioBroker%2FioBroker.docker-manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277883709,"owners_count":25894167,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-01T02:00:09.286Z","response_time":88,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-manager","iobroker"],"created_at":"2025-10-01T17:49:45.781Z","updated_at":"2025-10-01T17:49:48.192Z","avatar_url":"https://github.com/ioBroker.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Logo](admin/matter.svg)\n\n# ioBroker Docker manager Adapter\n\n![Number of Installations](http://iobroker.live/badges/matter-installed.svg)\n![Number of Installations](http://iobroker.live/badges/matter-stable.svg)\n[![NPM version](http://img.shields.io/npm/v/iobroker.matter.svg)](https://www.npmjs.com/package/iobroker.matter)\n\n![Test and Release](https://github.com/ioBroker/ioBroker.matter/workflows/Test%20and%20Release/badge.svg)\n[![Translation status](https://weblate.iobroker.net/widgets/adapters/-/matter/svg-badge.svg)](https://weblate.iobroker.net/engage/adapters/?utm_source=widget)\n[![Downloads](https://img.shields.io/npm/dm/iobroker.matter.svg)](https://www.npmjs.com/package/iobroker.matter)\n\n**This adapter uses Sentry libraries to automatically report exceptions and code errors to the developers.**\nFor more details and for information how to disable the error reporting, see [Sentry-Plugin Documentation](https://github.com/ioBroker/plugin-sentry#plugin-sentry)!\nSentry reporting is used starting with js-controller 3.0.\n\n## Introduction\n\nThis adapter is a graphical user interface for managing Docker containers.\nIt allows you to easily create, start, stop, and delete Docker containers directly from the ioBroker admin interface.\n\nThe adapter provides a user-friendly way to manage your Docker environment without needing to use command-line tools.\n\n### Explanation of the docker image and container\n\nDocker is an open-source platform for automating the deployment, scaling, and management of applications in containers.\nContainers are lightweight, isolated environments that include all necessary components such as code, runtime, libraries, and configurations to run an application.\nWith Docker, developers can deliver applications consistently and portably, regardless of the underlying infrastructure.\nThis facilitates team collaboration, simplifies running applications on different systems, and improves scalability.\n\nA Docker image is a lightweight, standalone, and executable software package that includes everything needed to run a piece of software, including the code, runtime, libraries, environment variables, and configuration files.\nThink of it as a snapshot of an application and its dependencies at a specific point in time.\nIn ioBroker notation, it is like an adapter.\n\nA Docker container, on the other hand, is a runtime instance of a Docker image. It is a lightweight, isolated environment that runs the application defined by the Docker image.\nWhen you run a Docker image, it creates a container that encapsulates the application and its dependencies, allowing it to run consistently across different environments.\nIn ioBroker notation, it is like an instance of an adapter.\n\n## Prerequisites\n\n- You need to have Docker installed and running on your system.\n- The user running the ioBroker process must have permission to access the Docker daemon. This is typically done by adding the user to the `docker` group. Or just call `iob fix` to set the permissions.\n\n## How to install docker\n\n- For installation instructions, please refer to the official Docker documentation: https://docs.docker.com/get-docker/\n- After installing Docker, ensure that the Docker service is running. You can check the status of the Docker service using the following command:\n    - On Linux: `systemctl status docker`\n    - On Windows and macOS, Docker Desktop should be running.\n\n## Using Docker API\n\nThe adapter could use the Docker API to communicate with the Docker daemon on other hosts. To enable this feature, you need to configure the Docker daemon to listen on a TCP socket.\n\n### Enable Docker API on Linux\n\n1. Open the Docker service configuration file. The location of this file may vary depending on your Linux distribution. Common locations include:\n    - `/lib/systemd/system/docker.service`\n    - `/etc/docker/daemon.json`\n    - `/etc/systemd/system/docker.service`\n2. If the file is `/etc/docker/daemon.json`, add or modify the `hosts` entry to include the TCP socket. For example:\n    ```json\n    {\n        \"hosts\": [\"unix:///var/run/docker.sock\", \"tcp://0.0.0.0:2375\"]\n    }\n    ```\n    If the file is a systemd service file (e.g., `/lib/systemd/system/docker.service`), modify the `ExecStart` line to include the `-H tcp://0.0.0.0:2375` option. For example:\n    ```\n    ExecStart=/usr/bin/dockerd -H fd:// -H unix:///var/run/docker.sock -H tcp://0.0.0.0:2375 --containerd=/run/containerd/containerd.sock \n    ```\n3. Save the changes and exit the editor.\n4. Restart the Docker service to apply the changes:\n    ```bash\n    sudo systemctl daemon-reload\n    sudo systemctl restart docker\n    ```\n5. Verify that the Docker daemon is listening on the TCP socket by running:\n    ```bash\n    netstat -tuln | grep 2375\n    ```\n\n## Todo\n\n- BackItUp should support `/opt/iobroker/docker-volumes`\n- Think about js-controller will remove dockers which are not used anymore but has label\n- Docker Plugin like sentry??\n\n\u003c!--\n\tPlaceholder for the next version (at the beginning of the line):\n\t### **WORK IN PROGRESS**\n--\u003e\n\n## Changelog\n### 0.1.1 (2025-09-26)\n\n- (@GermanBluefox) Added network tab\n\n### 0.0.3 (2025-09-17)\n\n- (@GermanBluefox) Initial commit\n\n## License\n\nThe MIT License (MIT)\n\nCopyright (c) 2025 bluefox \u003cdogafox@gmail.com\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiobroker%2Fiobroker.docker-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiobroker%2Fiobroker.docker-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiobroker%2Fiobroker.docker-manager/lists"}