Sign inSign up

dswang2233/silly

By dswang2233

Updated almost 3 years ago

自用傻妞镜像,包含旧版。从2022年11月29日开始根据版本号(时间戳)自动更新

Image
14

10K+

dswang2233/silly repository overview

先看说明

  • 其中sillyGirl是容器名,可以修改成其他的
  • --network=host可以修改成映射模式,比如 -p 8080:8080
  • "$(pwd)"可以修改成任意主机目录,不修改则是当前执行命令的目录
  • 默认是最新版,需要指定版本的点 Tags 进去看,修改最后一行latest标签即可,例如 dswang2233/silly:2023-07-14
  • 需要开发node插件的可以使用 dswang2233/silly:dev 镜像,仅支持amd64
  • 拉取不动的参考教程 https://dockerproxy.com/docs

安装最新版sillyPlus

docker run -itd --name sillyGirl \
--network=host --privileged \
--restart=unless-stopped \
-v "$(pwd)":/etc/sillyplus \
dswang2233/silly:latest

安装2023年3月以前的版本

docker run -dit \
--name sillyGirl \
--network=host \
--restart=unless-stopped \
-v "$(pwd)"/conf:/usr/local/sillyGirl/conf \
-v "$(pwd)"/etc/sillyGirl:/etc/sillyGirl \
dswang2233/silly:2023-02-25

安装2022年9月以前的版本

docker run -dit \
--name sillyGirl \
--network=host \
--restart=unless-stopped \
-v "$(pwd)"/conf:/usr/local/sillyGirl/conf \
-v "$(pwd)"/etc/sillyGirl:/etc/sillyGirl \
-v "$(pwd)"/plugin:/usr/local/sillyGirl/plugin \
-v "$(pwd)"/develop:/usr/local/sillyGirl/develop \
dswang2233/silly:amd64_7.21

交互

docker attach sillyGirl #此容器名需与上面的一致,进入交互模式后直接输命令

查看最后30行日志

docker logs -f --tail 30 sillyGirl #此容器名需与上面的一致

更新

docker run --rm -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower -cR sillyGirl

其他

sillyPlus版支持面板内一键升级,2023年3月以前的版本需要通过上面的更新命令更新。2023-07-25之前的版本需要更新到2023-07-25或之后的版本才支持node

Tag summary

Content type

Image

Digest

sha256:6da443cd0

Size

100.4 MB

Last updated

almost 3 years ago

docker pull dswang2233/silly