上一页 1 2 3 4 5 6 7 8 ··· 28 下一页
摘要: # 镜像容器运行后,在容器内安装 Composer wget https://github.com/composer/composer/releases/download/2.3.5/composer.phar chmod u+x composer.phar mv composer.phar /us 阅读全文
posted @ 2019-07-30 17:40 叨叨的蜗牛 阅读(568) 评论(0) 推荐(0) 编辑
摘要: 当用docker -v挂载volume后,会出现Permission Denied的问题,这有时是因为SeLinux导致的。解决方法如下: 阅读全文
posted @ 2019-07-30 17:24 叨叨的蜗牛 阅读(2294) 评论(0) 推荐(0) 编辑
摘要: alpine没有make和gcc所以要自己安装,先把源改成国内阿里云的,自行百度,我的博客也有说明。 #(安装make) apk add make #(安装gcc等相关依赖) apk add gcc musl-dev g++ zlib-dev#(安装autoconf,phpize依赖) apk ad 阅读全文
posted @ 2019-07-26 11:32 叨叨的蜗牛 阅读(2965) 评论(1) 推荐(0) 编辑
摘要: 使用阿里镜像 https://mirrors.aliyun.com sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories 使用科大镜像 http://mirrors.ustc.edu.cn sed - 阅读全文
posted @ 2019-07-26 11:27 叨叨的蜗牛 阅读(4472) 评论(0) 推荐(0) 编辑
摘要: apt-get install procps 阅读全文
posted @ 2019-07-23 16:36 叨叨的蜗牛 阅读(273) 评论(0) 推荐(1) 编辑
摘要: https://blog.csdn.net/yue530tomtom/article/details/82590796 阅读全文
posted @ 2019-07-18 11:03 叨叨的蜗牛 阅读(87) 评论(0) 推荐(0) 编辑
摘要: 上传视频的时候打印$_FILES为空,小的文件就没问题,后来发现是因为传的文件太大,出现这个问题的原因主要有两个:表单原因或者php设置原因:1,表单类型:上传文件的表单编码类型必须设置成 enctype="multipart/form-data",因为要传大数据,一般提交方式用POST.2,php 阅读全文
posted @ 2019-07-15 10:52 叨叨的蜗牛 阅读(2522) 评论(1) 推荐(0) 编辑
摘要: docker 启动 web 示例报错如下: Error response from daemon: Cannot start container web: iptables failed: iptables -t nat -A DOCKER -p tcp -d 0/0 --dport 32797 - 阅读全文
posted @ 2019-07-11 12:09 叨叨的蜗牛 阅读(400) 评论(0) 推荐(0) 编辑
摘要: 一、问题描述:xshell连接不了虚拟机,出现错误提示:Connection closing...Socket close.Connection closed by foreign host.Disconnected from remote host(localhost) at 08:47:23. 阅读全文
posted @ 2019-07-10 11:40 叨叨的蜗牛 阅读(7665) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/lwb516/article/details/86553434 阅读全文
posted @ 2019-07-10 11:03 叨叨的蜗牛 阅读(636) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 28 下一页