Skip to content

lunhui11/HoshinoBot-Docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pcrbot-Docker

获取

直接拉取

docker pull pcrbot/hoshinobot

启动

方法1:直接运行(后续修改麻烦)

docker run -d --name hoshino pcrbot/hoshinobot

方法2:取出源码后运行(方便后续修改)

# 取出源码
docker run --rm -v `pwd`:/tmp/Hoshino pcrbot/hoshinobot mv /HoshinoBot/ /tmp/Hoshino/Hoshino
# 启动
docker run -d -v `pwd`/Hoshino:/HoshinoBot --name hoshino pcrbot/hoshinobot

注意:后续添加插件如需使用 pip,应当使用:docker exec hoshino pip3

About

docker image of hoshinobot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%