post_img

Docker部署gitlab

摘要

docker pull gitlab/gitlab-ce # 会在本地生成gitlab文件 docker run –name g …

post_img

lnmp的my.cnf

摘要

[client] #password = your_password port = 3306 socket = /tmp/mysq …

post_img

Docker镜像加速地址

AI 摘要
Docker镜像加速地址包括:DockerProxy 代理加速(dockerproxy.com)、百度云 Mirror(mirror.baidubce.com)、Daocloud(docker.m.daocloud.io
post_img

解压安装Docker

摘要

配置宿主机网卡转发 vim /etc/sysctl.d/docker.conf net.ipv4.ip_forward=1 sys …

post_img

挂载NFS

摘要

安装工具 yum install nfs-utils -y # 查看 showmount 192.168.31.180 -e …