Git Product home page Git Product logo

qinglong-jdc's Introduction

qinglong-jdc

青龙面板2.8集成JDC

本库相关工具及技术仅供个人学习,研究使用,不得用于商业用途,否则后果自负! 请在下载24小时后删除

dockerhub拉取镜像

docker pull yaonew/qinglong-jdc:latest

启动集成环境jdc随容器启动

$ docker run -dit \
  --name qinglong \
  --hostname ql \
  --restart always \
  -p 5700:5700 \
  -p 5701:5701 \
  -v /home/docker/ql/config:/ql/config \
  -v /home/docker/ql/log:/ql/log \
  -v /home/docker/ql/db:/ql/db \
  -v /home/docker/ql/scripts:/ql/scripts \
  -v /home/docker/ql/jbot:/ql/jbot \
  -v /home/docker/ql/jdc:/ql/jdc \
  yaonew/qinglong-jdc:latest

JDC会随容器启动,浏览器访问 http://ip:5700 http://ip:5701

构建qinglong-jdc集成环境镜像

当然你也可以通过拉取本库,构建自己的镜像

$ docker build -t crazyrico/qinglong-jdc:latest .

qinglong2.8 jdc pic2

Special thanks to:

排名不分先后

qinglong-jdc's People

Contributors

yaonew avatar crazyrico 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.