摘要: 去hub.docker.com搜“jarylc/snapdrop”。 阅读全文
posted @ 2021-01-12 14:36 憨厚的小怪 阅读(758) 评论(0) 推荐(0) 编辑
摘要: 1 server { 2 listen 80; 3 4 server_name pan.rulef.com; 5 6 location / { 7 8 proxy_pass http://localhost:8080; 9 } 10 } https://www.cnblogs.com/iuuxx/p 阅读全文
posted @ 2021-01-12 13:07 憨厚的小怪 阅读(2578) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/chenchen2360060/article/details/109830006 1. 修改alpine镜像中的默认源地址信息 $ docker run -it alpine / # cd /etc/apk/ /etc/apk # sed -i 's/d 阅读全文
posted @ 2021-01-12 12:21 憨厚的小怪 阅读(8700) 评论(0) 推荐(2) 编辑
摘要: 按照官网的操作去安装docker-compose速度太慢了,终于找到一个国内的镜像源来安装它,速度嗖嗖的... 1、下载docker-compose 官网下载的镜像源是github的,这里采用国内的镜像源: sudo curl -L https://get.daocloud.io/docker/co 阅读全文
posted @ 2021-01-12 12:11 憨厚的小怪 阅读(1219) 评论(0) 推荐(0) 编辑
摘要: Docker 换国内源 先创建daemon.json文件,系统默认是没有这个文件。 sudo vim /etc/docker/daemon.json 复制代码 编辑daemon.json,填入以下内容。 { "registry-mirrors": [ "https://kfwkfulq.mirror 阅读全文
posted @ 2021-01-12 12:10 憨厚的小怪 阅读(661) 评论(0) 推荐(0) 编辑