Docker下安装vsftpd docker run -d -v /root/ftp:/home/vsftpd -p 21:21 -p 20:20 -p 21100-21110:21100-21110 -e FTP_USER=username -e FTP_PASS=password -e PASV…
Docker 搭建 docker run -d -p 9001:80 -it badapple9/speedtest-x 命令参数 -d:以常驻进程模式启动 9001: 默认容器开放端口,可改为其他端口 启动时可指定的环境变量: -e WEBPORT=80: 容器内使用的端口 -e MAX_LOG_…
演示站点 https://tz.zmlc.club 哪吒探针搭建教程 https://github.com/naiba/nezha 项目地址 得到GitHub账号ID 浏览器中打开https://api.github.com/users/你的GitHub用户名 创建一个OAuth Apps 先打开:…