Skip to content

使用docker一键部署NoneBot,外部使用ssh连接简单方便,无污染

Notifications You must be signed in to change notification settings

zouXH-god/nb_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

nb_docker

使用docker一键部署NoneBot,外部使用ssh连接简单方便,无污染

1、安装docker

过程请自行百度

2、拉取镜像

docker pull shiran2488/nb_docker:1.0

3、运行镜像

docker run -id -p 2222:22 -p 8080:8080 --name nb_docker shiran2488/nb_docker:1.0

4、使用ssh连接镜像

ip:服务器的ip
port:2222(即构建docker时映射向22端口的宿主机端口号)
账户:root
密码:nb_passwd

注:第一次连接后请务必重新修改密码

密码修改方法

passwd root

输入两次密码即可

About

使用docker一键部署NoneBot,外部使用ssh连接简单方便,无污染

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published