Git Product home page Git Product logo

iptv-checker's Introduction

iptv-checker

iptv-checker

本项目拆成2个项目,分别为前端iptv-checker-web项目以及后端iptv-checker-rs项目

iptv-checker-web

提供iptv-checker后台页面

iptv-checker-rs

提供iptv的cmd命令以及web api

docker本地打包

先将下面3个项目clone到本地(比如放在node文件夹下),下面为文件夹目录示例

  • node
    • iptv-checker
    • iptv-checker-web
    • iptv-checker-rs
cd node # 进入node文件夹
docker build -f iptv-checker/dockerfile -t ipserver . # 执行build
docker run -d -p 8081:8089 --name myIp ipserver # 运行

Docker官方包使用方法

DockerHub

按照下面的命令运行docker版本的iptv-checker

docker pull zmisgod/iptvchecker
docker run -d -p 8081:8089 --name myIp zmisgod/iptvchecker

再打开浏览器访问http://127.0.0.1:8081/即可

Docker本地打多平台包方法

docker buildx create --name mybuilder
docker buildx inspect --bootstrap
docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t zmisgod/iptvchecker:latest --push .

Docker-Compose 部署

docker-compose up -d

联系

知敏博客

iptv-checker's People

Contributors

zmisgod avatar deepsourcebot avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.