12 2020 档案
摘要:文件下载: location /down/ { alias /opt/files/; index index.html; autoindex on; autoindex_exact_size off; } 高可用集群配置 upstream gateways { server 172.31.0.100
阅读全文
摘要:常用命令链接:https://www.runoob.com/docker/docker-command-manual.html # 启动redis docker pull redis docker run --name redis1 -p 6379:6379 -d redis --requirepa
阅读全文
摘要:win10安装docker 其实很简单,使用也方便,因为win10 自带虚拟机了!可以参考下面链接操作 https://www.runoob.com/docker/windows-docker-install.html https://blog.csdn.net/zzq060143/article/
阅读全文