博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 20 下一页

2021年11月15日

摘要: K8S基础 - 01介绍 一、发展历程 1.1 Ansible 1.2 Docker docker compose, docker swarm, docker machine mesos, marathon kubernetes 1.3 DevOps, MicroServices, Blockcha 阅读全文

posted @ 2021-11-15 22:20 Kingdomer 阅读(36) 评论(0) 推荐(0) 编辑

2021年11月10日

摘要: Docker基础 - 09私有仓库搭建 一、 Docker registry 1.1 安装docker-registry [root@component ~]# yum install docker-registry 软件包 docker-registry 已经被 docker-distributi 阅读全文

posted @ 2021-11-10 22:04 Kingdomer 阅读(347) 评论(0) 推荐(0) 编辑

2021年11月9日

摘要: Docker基础 - 08资源管理 一、限制容器资源 By default, a container has no resource constraints and can use as much of a given resource as the host's kernel scheduler 阅读全文

posted @ 2021-11-09 22:08 Kingdomer 阅读(242) 评论(0) 推荐(0) 编辑

2021年11月8日

摘要: Docker基础 - 07Dockerfile 一、Dockerfile Dockerfile is nothing but the source code for building Docker images Docker runs instructions in a Dockerfile in 阅读全文

posted @ 2021-11-08 22:33 Kingdomer 阅读(122) 评论(0) 推荐(0) 编辑

2021年11月6日

摘要: Docker基础 - 06Data Volumes 一、Data Volumes Docker 镜像由多个只读层叠加而成,启动容器时, Docker会加载只读镜像层并在镜像栈顶部添加一个读写层。 如果运行中的容器修改了现有的一个已经存在的文件,那该文件将会从读写层下面的只读层复制到读写层, 该文件的 阅读全文

posted @ 2021-11-06 16:47 Kingdomer 阅读(40) 评论(0) 推荐(0) 编辑

摘要: Docker基础 - 05网络 一、Docker四种网络模式 OVS: OpenVSwitch 、SDN Overlay Network: 隧道封装、叠加网络 [root@cl-server ~]# docker network ls NETWORK ID NAME DRIVER SCOPE bd3 阅读全文

posted @ 2021-11-06 12:16 Kingdomer 阅读(137) 评论(0) 推荐(0) 编辑

2021年11月4日

摘要: Docker基础 - 04镜像及仓库 一、Docker镜像 1.1 镜像 Docker镜像含有启动容器所需要的文件系统及其内容,用于创建并启动docker容器。 采用分层构建机制,最底层为bootfs,上一层为rootfs bootfs: 用于系统引导的文件系统,包括bootloader和kerne 阅读全文

posted @ 2021-11-04 21:26 Kingdomer 阅读(164) 评论(0) 推荐(0) 编辑

2021年11月3日

摘要: Docker基础 - 03容器管理 一、docker 常见操作 docker search: Search the Docker Hub for images docker pull: Pull an image or a repository from a registry docker imag 阅读全文

posted @ 2021-11-03 21:54 Kingdomer 阅读(103) 评论(0) 推荐(0) 编辑

2021年11月2日

摘要: Docker基础 - 02安装 一、安装简介 1.1 依赖的基础环境 64bits CPU Linux Kernel 3.10+ Linux Kernel cgroups and namespaces 1.2 CentOS 7 "Extras" repository 1.3 Docker Daemo 阅读全文

posted @ 2021-11-02 21:19 Kingdomer 阅读(76) 评论(0) 推荐(0) 编辑

2021年11月1日

摘要: Docker基础 - 01介绍 一、虚拟化 1.1 主机级虚拟化 Type-I: 半虚拟化 Type-II: 硬件虚拟化 KVM / Zen 1.2 Linux Namespaces namespace 系统调用参数 隔离内容 内核版本 UTS CLONE_NEWUTS 主机名和域名 2.6.19 阅读全文

posted @ 2021-11-01 21:53 Kingdomer 阅读(34) 评论(0) 推荐(0) 编辑

上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 20 下一页