摘要: #samba ads Dockerfile FROM centos:6.8 RUN yum install -y ntpdate crontabs wget vim RUN service crond start RUN \cp -f /usr/share/zoneinfo/Asia/Shangha 阅读全文
posted @ 2019-12-03 17:52 些许记忆 阅读(310) 评论(0) 推荐(0) 编辑
摘要: samba-swat 常见问题处理 ####1 此共享需要过时的SMB1协议,而此协议是不安全的 ##处理方法1: #########修改文件中/etc/samba/smb.conf min protocol = SMB2 max protocol = SMB2 阅读全文
posted @ 2019-11-29 15:04 些许记忆 阅读(570) 评论(0) 推荐(0) 编辑
摘要: #samba 安装配置 匿名用户可读写 ###关闭 iptables SELINUX systemctl stop firewalld systemctl disable firewalld sed -i 's/SELINUX=.*/SELINUX=disabled/g' /etc/selinux/ 阅读全文
posted @ 2019-11-29 14:12 些许记忆 阅读(831) 评论(0) 推荐(0) 编辑
摘要: samba-swat centos7配置 ########################################################时间同步 yum install -y ntpdate crontabs service crond start chkconfig crond 阅读全文
posted @ 2019-11-29 12:47 些许记忆 阅读(1513) 评论(0) 推荐(0) 编辑
摘要: #Dockerfile smb-swat centos7 mkdir smb cat >smb/Dockerfile <<EOF FROM centos:6.8 RUN yum install -y ntpdate crontabs RUN service crond start RUN \cp - 阅读全文
posted @ 2019-11-29 12:45 些许记忆 阅读(461) 评论(0) 推荐(0) 编辑
摘要: k8s1.10 + pcs 群集配置过程 centos7 ###kubeadm kubeneters 1.10.0安装 centos7 ######基础配置 所有节点 ##################################################### ############ 阅读全文
posted @ 2019-11-28 16:55 些许记忆 阅读(635) 评论(0) 推荐(0) 编辑
摘要: etcd 群集centos7 ##etcd 群集centos7##############################################所有节点操作yum install -y etcd systemctl enable etcd echo " #[Member] ETCD_NAM 阅读全文
posted @ 2019-11-28 09:26 些许记忆 阅读(198) 评论(0) 推荐(0) 编辑
摘要: #k8s构建python应用(django) ######k8s构建python应用(django)mkdir -p pydemo && cd pydemo cat >Dockerfile <<EOF FROM centos:6.8 RUN mkdir -p /data/soft && cd /da 阅读全文
posted @ 2019-11-22 13:57 些许记忆 阅读(2370) 评论(0) 推荐(0) 编辑
摘要: k8s glusterfs存储的应用 ##################################################### #####################################################在所有节点安装 yum install -y n 阅读全文
posted @ 2019-11-22 11:24 些许记忆 阅读(661) 评论(0) 推荐(0) 编辑
摘要: #k8s创建registry镜像仓库和web管理工具 #################################################### ####################################################所有节点执行 ###所有节点执行 # 阅读全文
posted @ 2019-11-21 18:09 些许记忆 阅读(2805) 评论(0) 推荐(0) 编辑