avatar
Articles
649
Tags
192
Categories
85
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 NativeKubernetesContainerDocker
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-08
Kubernetes - Dockerfile
cover
2022-07-02
Kubernetes - Docker Principle
cover
2022-07-09
Kubernetes - Registry
cover
2022-09-26
Kubernetes - Docker Hub
Registry Registry -> Repository Docker Hub 默认 Registry ImageOfficial Dockerhttps://hub.docker.com/u/library Verified Bitnami / Rancher / Ubuntu Unofficial半官方 开通 Verified publisher,需要付费 民间 个人镜像 Naming user/app:tagtag = version + osslim / fat OS Example Alpine / CentOS alpine3.15 Ubuntu 18.04 bionic Ubuntu 20.04 focal Debian 9 stretch Debian 10 buster Debian 11 bullseye FlowOnline1234567$ docker login -u zhongmingmaoPassword:WARNING! Your pas...
cover
2022-10-01
Kubernetes - Container Interconnection
拷贝数据123456$ docker run -d --rm redis450662153d83e6e1b30af57443ccfe68d798d5c7f4f8e50d2d287fdde2c1645c$ docker psCONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES450662153d83 redis "docker-entrypoint.s…" 7 seconds ago Up 6 seconds 6379/tcp cranky_wilbur 拷贝宿主机文件到容器 1234567891011$ md5sum a.txtd41d8cd98f00b204e9800998ecf8427e a.txt$ docker cp a.txt 450:/tmp$ docker exec -it 450 sh# ls /tmpa.txt# md5sum /tmp/a.txtd41d8cd98f00b204e98009...
avatar
zhongmingmao
Focus on Infrastructure.
Articles
649
Tags
192
Categories
85
Announcement
Things are always unexpected!
Recent Posts
MCP Docs - Authorization
MCP Docs - Authorization2026-03-10
MCP Docs - Architecture
MCP Docs - Architecture2026-03-03
MCP Docs - Overview
MCP Docs - Overview2026-03-03
MCP - Introduction
MCP - Introduction2026-03-02
AI Native Dev - Claude Code Core Mode
AI Native Dev - Claude Code Core Mode2025-01-27
© 2015 - 2026 By zhongmingmao
Life is like a box of chocolates. You can't know what you'll eat until you open it.