简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
原因:SELinux 拒绝了httpd的方式去读写此目录解决方案:chcon -R -t httpd_sys_content_rw_t /path/to/www/dir/for/rw
解决方法:wget http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpmrpm -ivh epel-release-latest-7.noarch.rpm检查是否安装成功:yum repolist
剧情是这样的, 笔者在使用docker的remote API时,使用PHP,访问文件docker.sock,一直报权限错误。查了一下权限:ll /var/run/docker.sockll /var/run/docker.socksrw-rw----. 1 root docker 0 Oct 15 17:29 /var/run/docker.sock于是乎,我将php-fpm的执...
php --ri <模块名>返回结果例如:
1. 安装GOyum install golang2.配置 GOPATHecho 'export GOPATH=$HOME' >> $HOME/go/.profilesource $HOME/go/.profile这里我使用用户目录下的go目录作为gopath, 理论上来说,所有的go代码都应该存在于该路径下。3. 新建hello world项目进入gopath目
翻译自:https://github.com/kubernetes/kubernetes/issues/24903#issuecomment-379415868我有一个镜像在本地:"test/api-server:latest"但是在使用K8S创建POD时,却报错:Failed to pull image "test/api-server:latest":