上一页 1 2 3 4 5 6 7 8 9 10 ··· 12 下一页
摘要: kubectl create -f k8s_pod.yml kubectl get pods kubectl get pods -o wide kubectl get pods [NAME] -o wide kubectl get pods -o wide -l app=[NAME] kubectl 阅读全文
posted @ 2020-04-07 11:25 Le1543 阅读(234) 评论(0) 推荐(0) 编辑
摘要: vmware/vmware-authd/vmware-hostd 阅读全文
posted @ 2020-04-06 12:42 Le1543 阅读(112) 评论(0) 推荐(0) 编辑
摘要: [root@master ~]# docker imagesREPOSITORY TAG IMAGE ID CREATED SIZE192.168.3.228:5000/test/s v1 fdcfe04e9ea4 3 days ago 398MBsshd v1 fdcfe04e9ea4 3 day 阅读全文
posted @ 2020-04-06 02:47 Le1543 阅读(349) 评论(0) 推荐(0) 编辑
摘要: 处理好selinux iptables firewalld ( iptables -P FORWARD ACCEPT) master 228 node 229 230 所有节点安装docker-ce master中 sed -i 's#http://127.0.0.1:2379#http://192 阅读全文
posted @ 2020-04-06 00:36 Le1543 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 默认NAT模式 带-p端口映射可访问 macvlan模式 docker network create --driver macvlan --subnet=10.0.2.0/24 --gateway 10.0.2.254 -o parent=ens33 macvlan_1 (双方创建,配置模式/网段范 阅读全文
posted @ 2020-04-05 16:06 Le1543 阅读(625) 评论(0) 推荐(0) 编辑
摘要: docker login/logout -u [admin] -p [password] [URL] docker tag [Image_ID] [URL]/[OBJ]/[NAME]/[TAG] docker push [URL]/[OBJ]/[NAME]/[TAG] docker pull [UR 阅读全文
posted @ 2020-04-05 15:50 Le1543 阅读(106) 评论(0) 推荐(0) 编辑
摘要: docker-compose版本有要求 curl -L https://github.com/docker/compose/releases/download/1.8.1/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-com 阅读全文
posted @ 2020-04-05 13:52 Le1543 阅读(214) 评论(0) 推荐(0) 编辑
摘要: docker run -d -p 5000:5000 --restart=always --name registry -v /opt/registry:/var/lib/registry registry vim /usr/lib/systemd/system/docker.service Exe 阅读全文
posted @ 2020-04-04 23:50 Le1543 阅读(336) 评论(0) 推荐(0) 编辑
摘要: # centos7SSHDv1.0 FROM centos:7 RUN yum install -y lftp wget RUN mv /etc/yum.repos.d/*.repo /tmp \ && echo -e "[ftp]\nname=ftpbase\nbaseurl=ftp://172. 阅读全文
posted @ 2020-04-04 16:00 Le1543 阅读(263) 评论(0) 推荐(0) 编辑
摘要: docker run --name c1 -v /opt/vol/mysql:/var/lib/mysql -v /opt/vol/html:/var/www/html -p 222:22 -p 8080:80 -p 33060:3306 -id --privileged dz:v1 /usr/sb 阅读全文
posted @ 2020-04-03 22:15 Le1543 阅读(130) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 12 下一页