Hi,Friend

Linux命令

设置代理 export http_proxy=http://ip:port export https_proxy=http://ip:port 取消代理 export http_proxy= export https_proxy=

哪吒监控面板

放行8008 status域名与5555端口 dns解析status域名与ip域名 反向代理status到8008端口 必须打开websockets Github ,打开 https://github.com/settings/developers “OAuth Apps” “New OAuth A

Docker Docker-compose 安装

Docker 更新软件包索引,安装必要的依赖软件,来添加一个新的 HTTPS 软件源: sudo apt update sudo apt install apt-transport-https ca-certificates curl gnupg-agent software-properties-

docker 容器 备份 迁移

想同步数据还得将映射的目录一同迁移 docker images 查看当前本地拥有的镜像 docker ps -a 查看当前容器运行状况 docker commit [容器名] [要保存的新镜像名] 将已有容器打包为镜像 举例: