Giter Club home page Giter Club logo

sillygirl-docker's Introduction

sillyGirl 傻妞

GitHub stars Docker Pulls Docker Size Docker Stars

sillyGirl 傻妞 项目地址
sillyGirl 傻妞 环境变量

镜像更新会在TG频道通知 建议关注频道

傻妞使用纯净版ubuntu制作 傻妞自带更新 因此不需要频繁更新docker镜像

Github说明文档

TG 频道

TG 群组

使用说明

拉取镜像 docker pull ranqi03/sillygirl

运行镜像

#精简版配置
docker run -dit \
   -v $PWD/sillyGirl/develop/:/sillyGirl/develop/ \
   -v $PWD/sillyGirl/conf/:/sillyGirl/conf/ \
   -v $PWD/sillyGirl/:/etc/sillyGirl \
   --name sillyGirl \
ranqi03/sillygirl:latest

#完整映射
docker run -dit \
   -v $PWD/sillyGirl/conf/:/sillyGirl/conf/ \
   -v $PWD/sillyGirl/develop/:/sillyGirl/develop/ \
   -v $PWD/sillyGirl/logs/:/sillyGirl/logs/ \
   -v $PWD/sillyGirl/:/etc/sillyGirl \
   --name sillyGirl \
ranqi03/sillygirl:latest

进入容器 docker exec -it sillyGirl bash

运行傻妞

cd sillyGirl
git pull
source /etc/profile
go env
go build
./sillyGirl 

# QQ二维码出现后用小号扫码登录 之后用手机登录小号的QQ向自己的小号的账号发送set qq matsers 主人QQ

# 设置主人完毕之后使用主人QQ像机器人QQ发送 set qq onself false
# 开启傻妞自动更新 用主人QQ发送给机器人QQ set sillyGirl auto_update true
# 开启傻妞自动升级是否通知 用主人QQ发送给机器人QQ set sillyGirl update_notify true

./sillyGirl -d  #后台运行代码

重启容器 docker restart sillyGirl

停止并删除容器

docker stop sillyGirl
docker rm sillyGirl 

删除镜像

docker rmi ranqi03/sillygirl 

sillygirl-docker's People

Contributors

windfgg 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.