avatar
Articles
675
Tags
207
Categories
99
Home
Archives
Tags
Categories
About
ByteCodingKubernetes - Docker Overview Back to Home
Home
Archives
Tags
Categories
About

Kubernetes - Docker Overview

Created2022-07-01|Cloud NativeCloud Native FoundationKubernetes
|Word Count:0|Reading Time:1mins

Author: zhongmingmao
Link: https://blog.zhongmingmao.top/2022/07/01/cloud-native-foundation-k8s-docker-overview/
Copyright Notice: All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.
Cloud NativeKubernetesDockerContainer
cover of previous post
Previous
Kubernetes - Docker Principle
cover of next post
Next
Go Core - List + Ring
Related Articles
cover
2022-09-19
Kubernetes - Dockerfile
Image 镜像由多层 Layer 组成,Layer 是一组只读不可修改的文件,Layer 可以在镜像间共享Image = Layer + Union FS 1234567891011121314$ docker inspect nginx:alpine... "RootFS": { "Type": "layers", "Layers": [ "sha256:e5e13b0c77cbb769548077189c3da2f0a764ceca06af49d8d558e759f5c232bd", "sha256:07099189e7ec257e501d9625507b55e0ea32c330e38c90d8533b3fa2a7a97069", "sha256:fcf860bf48b4e20f24f44ba02...
cover
2022-07-09
Kubernetes - Registry
cover
2022-09-15
Kubernetes - Docker Architecture
Architecture 核心是 Docker daemon Flow123456789101112131415161718192021222324252627$ docker run hello-worldUnable to find image 'hello-world:latest' locallylatest: Pulling from library/hello-world2db29710123e: Pull completeDigest: sha256:faa03e786c97f07ef34423fccceeec2398ec8a5759259f94d99078f264e9d7afStatus: Downloaded newer image for hello-world:latestHello from Docker!This message shows that your installation appears to be working correctly.To generate this message, Docker took the following...
cover
2022-07-03
Kubernetes - Containerized Application
cover
2022-07-02
Kubernetes - Docker Principle
cover
2022-07-08
Kubernetes - Dockerfile
avatar
zhongmingmao
Focus on Infrastructure.
Articles
675
Tags
207
Categories
99
Announcement
Things are always unexpected!
Recent Posts
Microservices - MSE V1
Microservices - MSE V12026-09-01
Agent Infra - Agentic Database V1
Agent Infra - Agentic Database V12026-08-23
Agent Infra - Cloud Agents V8
Agent Infra - Cloud Agents V82026-08-22
Agent Infra - Cloud Agents V7
Agent Infra - Cloud Agents V72026-08-22
Agent Infra - Cloud Agents V6
Agent Infra - Cloud Agents V62026-08-21
© 2015 - 2026 By zhongmingmao
Life is like a box of chocolates. You can't know what you'll eat until you open it.