Sign inSign up

gonzcid/tuya_convert

By gonzcid

Updated almost 6 years ago

docker image of tuya convert build from original in arm (Raspbery Pi 3B+).

Image
0

223

gonzcid/tuya_convert repository overview

Docker image of tuya convert build from original repository. Build for/in arm (Raspbery Pi 3B+).

It can be used with this compose:

version: '3'
services:
  tuya:
    image: tuya:latest
    privileged: true
    network_mode: "host"
    environment:
      - WLAN=wlan0
      - AP=vtrust-flash
      - GATEWAY=10.42.42.1
    volumes:
      - ./data/backups:/usr/bin/tuya-convert/backups
Run the image:
  • docker-compose up -d
  • docker-compose exec tuya start
Stop the image:
  • docker-compose exec tuya stop
  • docker-compose down

Tag summary

Content type

Image

Digest

Size

271.2 MB

Last updated

almost 6 years ago

docker pull gonzcid/tuya_convert:arm-2020.11.27