当前位置: 首页 > 软件库 > 其他开源 > 物联网 >

homebridge-docker

授权协议 Apache-2.0 License
开发语言 JavaScript
所属分类 其他开源、 物联网
软件类型 开源软件
地区 不详
投 递 者 卢聪
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Dockerized Homebridge

⚠️ This package is no longer maintained. If you are new to Homebridge and not already using this image, try https://github.com/oznu/docker-homebridge instead. It's smaller, faster and more reliable.

This Docker image helps you to easily setup Homebridge on your Synology, but also runs on QNAP devices or Raspberry Pies. If you're using a Synology, please make sure to run at least DSM 6; otherwise, you might have to go the harder way via SSH/shell scripts.

Docs

All information can be found in our Wiki.

License

This project is licensed under Apache License V2 (see LICENSE).

Changelog

Changes can be found in the CHANGELOG.md.

Thanks

  •  先创建两个busybox的containers test1和test2  docker network ls  #查看docker的网络 会发现有一个名为bridge的网络 它就相当于一个交换机  接下来查看bridge的详细信息  docker network  inspect  bridge的network id 可以看到containers块 里面有test1 test2 这说明test1

  • Docker Hub 提供了镜像托管服务,地址为https://hub.docker.com/ 利用Docker Hub用户可以搜索、创建、分享、管理镜像,一般有两大类:官方和用户自己上传镜像。 一、登录并push自制镜像      1、【docker login】输入账号密码,看到Login Successed 表示登录成功。之后重新构建一个本地镜像,用【docker images】查看本地镜像

  •   1. docker network ls 2. 启动2个容器 docker run -dit --name alpine1 alpine ash docker run -dit --name alpine2 alpine ash 3. docker ps -a 或者 docker container ls 4. docker network inspect bridge 5.

  • 构建Docker镜像 参考官方文档:Dockerfile 构建Docker镜像是使用的Dockerfile,然后把所有的依赖包放到Dockerfile的同级目录。 为什么需要都放到当前目录? 因为docker build的第一个步骤就是将此次构建的工作目录发给docker daemon。 Dockerfile类似机器码,一个命令是一行,分成几类。 向镜像中添加文件 COPY和ADD 比如ADD j

  • docker build命令会根据Dockerfile文件及上下文构建新Docker镜像。 构建上下文是指Dockerfile所在的本地路径或一个URL(Git仓库地址)。 构建上下文环境会被递归处理,所以,构建所指定的路径还包括了子目录,而URL还包括了其中指定的子模块。 将当前目录做为构建上下文时,可以像下面这样使用docker build命令构建镜像: $ docker build . Se

 相关资料
  • Docker Homebridge This Alpine/Ubuntu Linux based Docker image allows you to run Nfarina's Homebridge on your home network which emulates the iOS HomeKit API. This is a multi-arch image and will also r

  • Homebridge 是一个轻量级 NodeJS 服务器,它模拟 iOS HomeKit API,提供从 HomeKit 到“智能家居”设备制造商提供的各种第三方 API 的基本桥接。通过 Homebridge 的桥接,可以让 Siri 控制完全不支持 HomeKit 的设备。 此外 Homebridge 支持插件。

  • homebridge-vsx homebridge-vsx is a plugin made for homebridge,which allows switching on and off your Pioneer AV receiver. All AV receivers (VSX and SC),which work with the iControl AV5 App are support

  • homebridge-sesame Control and monitor your Sesame smart lock with HomeKit integration. Prerequisites Installation of Homebridge iOS 11 or later Sesame lock with enabled cloud integration Sesame Wifi A

  • homebridge-panasonictv A homebridge plugin for turning on and off your Panasonic Viera TV. The plugin also has experimental support for changing the volume and channel. These characteristics are not r

  • Quick Start | Contribute A Wake on Lan plugin for Homebridge Turn your PCs, laptops, servers and more on and off through Siri Quick Start To install the plugin, head over to the machine with Homebridg