摘要:
docker 搭建 gitea 1.使用 docker search gitea搜索gitea镜像 2.使用docker pull 拉去需要的镜像 3.使用docker run -d --name gitea --restart=always -p 4000:22 -p 4001:3000 -v 宿 阅读全文
摘要:
一、上传安装包到Linux 1、传路径:/usr/local/ 2、解压缩链接:https://pan.xunlei.com/s/VMzY80ky4m31C7StfrT_3-uuA1提取码:exsd tar xvf mysql-8.0.17-linux-glibc2.12-x86_64.tar.xz 阅读全文
摘要:
docker search mysql #查看mysql docker pull mysql 在opt下创建文件夹 mkdir -p /opt/docker_mysql/{conf,data,logs} cd /opt/docker_mysql echo $PWD docker run -itd - 阅读全文
摘要:
源码编译安装Git 大体的安装步骤如下: ①、获取github最新的Git安装包下载链接,进入Linux服务器,执行下载,命令为: wget https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.9.5.tar.gz --no-chec 阅读全文