摘要: title: docker 安装 Ubuntu# docker.io - Install Docker Engine on Ubuntu Install using the repository $ sudo apt-get remove docker docker-engine docker.io 阅读全文
posted @ 2021-06-08 16:39 素丶素 阅读(157) 评论(0) 推荐(0) 编辑
摘要: title: check support for cgroups and namespaces are in kernel author: susu [root@centos7 ~]# lsb_release -a LSB Version: :core-4.1-amd64:core-4.1-noar 阅读全文
posted @ 2021-06-08 16:34 素丶素 阅读(47) 评论(0) 推荐(0) 编辑
摘要: A Docker image is made up of filesystems layered over each other. At the base is a boot filesystem, bootfs, which resembles the typical Linux/Unix boo 阅读全文
posted @ 2021-06-08 14:57 素丶素 阅读(71) 评论(0) 推荐(0) 编辑
摘要: $ curl -Lo kubectl \ http://storage.googleapis.com/kubernetes-release/\ release/v1.3.0/bin/linux/amd64/kubectl \ && chmod +x kubectl \ && sudo mv kube 阅读全文
posted @ 2021-06-08 11:03 素丶素 阅读(44) 评论(0) 推荐(0) 编辑
摘要: title: kubernetes 切换context 或 namespace author: susu # kubernetes查看当前context [root@VM_0_2_linux ~]# kubectl config get-contexts CURRENT NAME CLUSTER A 阅读全文
posted @ 2021-06-08 10:15 素丶素 阅读(882) 评论(0) 推荐(0) 编辑