Docker
at the gate
huangchengkai@360.net
Lean session in 30 min S02
What is Docker
Docker is an open platform for developers and sysadmins to
build, ship, and run distributed applications, whether on
laptops,data center VMs, or the cloud.
核心技术=LXC + AUFS
How LXC works
Kernel namespaces (ipc, uts, mount, pid, network and user)
Apparmor and SELinux profiles
Seccomp policies
Chroots (using pivot_root)
Kernel capabilities
CGroups (control groups)
Docker vs Traditional VM
What is AUFS
Image, container and registry
Image <-> Container
公库,镜像库和私库
repo.bigdata.360es.cn/library/Jenkins
sonarqube:alpine
主要命令和生命周期
Architecture of Docker
其他命令
docker rm 删除镜像
docker logs 打印控制台输出
docker inspect 查看容器详情
docker attach 连接到容器内的控制台
docker stats 资源消耗
重要参数
-v 挂载
--name 容器名称
--network 网络
-p 宿主机端口映射
-it 交互模式
-d 后台模式
--rm stop之后自动移除
-e 设置环境变量
docker-compose
Compose is a tool for defining and running multi-container
Docker applications. With Compose, you use a Compose file to
configure your application's services. Then, using a single
command, you create and start all the services from your
configuration.
人话版本:命令行太复杂了,把参数配置化,用来大规模应用的编排
示例
--name
--restart
-e
-p
-v
--network
docker network create prom_network
docker-compose vs
shell+docker
docker-compose更严格更规范,更容易维护
shell+docker更灵活,能实现更多自定义的逻辑
docker-compose更适合编排设施或者做正式发布等更固化更容易描述的业务
逻辑
shell+docker更适合本地或者开发环境上描述变化比较快的应用发布流程
local-dev-env
https://git01.360es.cn/SNC/local-dev-env
docker(docker-compose) + makefile
常用场景覆盖
测试人员:make all-up
Agent工程师:make simulator-up ,make odl-up
ODL工程师:make odl-dev-up
Commander工程师:make infra-up,make odl-up,make odl-dev-up
资源开销
整个系统在初始化完成后约占1.5G内存
Commander 600+mb
ODL 700+mb
谢谢

More Related Content

PDF
Azure Day Rome Reloaded 2019 - Deconstructing Kubernetes using AKS
PDF
Linux Container Technology 101
PDF
Linux Container Technology inside Docker with RHEL7
PDF
GlusterFS Update and OpenStack Integration
PPTX
Containers Sandboxing (KubeCon 2018)
PPTX
Secure container: Kata container and gVisor
PDF
Inside Docker for Fedora20/RHEL7
PDF
Low fat virtualization for embedded systems
Azure Day Rome Reloaded 2019 - Deconstructing Kubernetes using AKS
Linux Container Technology 101
Linux Container Technology inside Docker with RHEL7
GlusterFS Update and OpenStack Integration
Containers Sandboxing (KubeCon 2018)
Secure container: Kata container and gVisor
Inside Docker for Fedora20/RHEL7
Low fat virtualization for embedded systems

What's hot (20)

PDF
Introduction and Deep Dive Into Containerd
PDF
App container rkt
PPTX
Lxc – next gen virtualization for cloud intro (cloudexpo)
PPTX
Container security
PDF
Introduction to Project atomic (CentOS Dojo Bangalore)
PDF
Lxc- Introduction
PPTX
Docker: Aspects of Container Isolation
PDF
2. Vagin. Linux containers. June 01, 2013
PDF
OpenStack for Telco Cloud
PDF
DockerとKubernetesをかけめぐる
PDF
DockerVC Hackathon Presentation
PDF
P2P Container Image Distribution on IPFS With containerd and nerdctl
PPTX
Understanding the container landscape and it associated projects
PDF
Networking in Docker EE 2.0 with Kubernetes and Swarm
PPTX
Whats New with Kata Containers
PDF
Docker, Linux Containers (LXC), and security
PDF
Lavigne bsdmag-jan2012
PDF
Rkt Container Engine
PPTX
Security best practices for kubernetes deployment
PDF
BSD for Linux Users
Introduction and Deep Dive Into Containerd
App container rkt
Lxc – next gen virtualization for cloud intro (cloudexpo)
Container security
Introduction to Project atomic (CentOS Dojo Bangalore)
Lxc- Introduction
Docker: Aspects of Container Isolation
2. Vagin. Linux containers. June 01, 2013
OpenStack for Telco Cloud
DockerとKubernetesをかけめぐる
DockerVC Hackathon Presentation
P2P Container Image Distribution on IPFS With containerd and nerdctl
Understanding the container landscape and it associated projects
Networking in Docker EE 2.0 with Kubernetes and Swarm
Whats New with Kata Containers
Docker, Linux Containers (LXC), and security
Lavigne bsdmag-jan2012
Rkt Container Engine
Security best practices for kubernetes deployment
BSD for Linux Users
Ad

Similar to Docker at the gate (20)

PDF
The State of Linux Containers
PPTX
Kubernetes 101 for Beginners
PPTX
Docker 101 Checonf 2016
PPTX
Docker Azure Friday OSS March 2017 - Developing and deploying Java & Linux on...
PDF
Dev opsec dockerimage_patch_n_lifecyclemanagement_2019
PPTX
Docker Devoxx UK - Never mind the bollocks here's the Linux Containers
PDF
Dockers zero to hero
PDF
Revolutionizing the cloud with container virtualization
PDF
Evolution of Linux Containerization
PDF
Evoluation of Linux Container Virtualization
PPTX
Docker - Demo on PHP Application deployment
PPTX
Weave User Group Talk - DockerCon 2017 Recap
PDF
Kubernetes Basics
PPTX
Building Distributed Systems without Docker, Using Docker Plumbing Projects -...
PPTX
Docker 1.11 Presentation
PDF
Omaha (Google Update) server
PDF
Dockercon EU 2015 Recap
PDF
Networking in docker ee with kubernetes and swarm
PDF
淺談探索 Linux 系統設計之道
PPTX
Best Practices for Running Kafka on Docker Containers
The State of Linux Containers
Kubernetes 101 for Beginners
Docker 101 Checonf 2016
Docker Azure Friday OSS March 2017 - Developing and deploying Java & Linux on...
Dev opsec dockerimage_patch_n_lifecyclemanagement_2019
Docker Devoxx UK - Never mind the bollocks here's the Linux Containers
Dockers zero to hero
Revolutionizing the cloud with container virtualization
Evolution of Linux Containerization
Evoluation of Linux Container Virtualization
Docker - Demo on PHP Application deployment
Weave User Group Talk - DockerCon 2017 Recap
Kubernetes Basics
Building Distributed Systems without Docker, Using Docker Plumbing Projects -...
Docker 1.11 Presentation
Omaha (Google Update) server
Dockercon EU 2015 Recap
Networking in docker ee with kubernetes and swarm
淺談探索 Linux 系統設計之道
Best Practices for Running Kafka on Docker Containers
Ad

More from Tony Deng (20)

PDF
一页纸项目管理
PDF
《我们如何工作》—质量保障
PDF
《我们如何工作》- 产品经理和工程师如何有效沟通
PDF
我们为何工作--找到正确的工作方式
PPTX
SDN介绍
PDF
漫谈职业规划
PDF
一次Http请求过程分析
PDF
图解Git
PDF
一次Code review引发的思考
PDF
My sql迁移总结
PDF
一次项目的探险旅程
PDF
Scrum敏捷开发模型
PDF
Shoutv 冯晓东
PDF
技术债务的形成
KEY
我们不了解的计算机世界(二)
PPTX
HBase
KEY
我们不了解的计算机世界(一)--Unix目录结构的来历
PPTX
实时任务调度
KEY
节约内存:Instagram的redis实践
KEY
晁盖与宋江的“兄弟情谊”
一页纸项目管理
《我们如何工作》—质量保障
《我们如何工作》- 产品经理和工程师如何有效沟通
我们为何工作--找到正确的工作方式
SDN介绍
漫谈职业规划
一次Http请求过程分析
图解Git
一次Code review引发的思考
My sql迁移总结
一次项目的探险旅程
Scrum敏捷开发模型
Shoutv 冯晓东
技术债务的形成
我们不了解的计算机世界(二)
HBase
我们不了解的计算机世界(一)--Unix目录结构的来历
实时任务调度
节约内存:Instagram的redis实践
晁盖与宋江的“兄弟情谊”

Recently uploaded (20)

PPTX
Internet of Everything -Basic concepts details
PPTX
Microsoft Excel 365/2024 Beginner's training
PDF
5-Ways-AI-is-Revolutionizing-Telecom-Quality-Engineering.pdf
PDF
giants, standing on the shoulders of - by Daniel Stenberg
PDF
Produktkatalog für HOBO Datenlogger, Wetterstationen, Sensoren, Software und ...
PPTX
Configure Apache Mutual Authentication
PDF
Improvisation in detection of pomegranate leaf disease using transfer learni...
PDF
Transform-Quality-Engineering-with-AI-A-60-Day-Blueprint-for-Digital-Success.pdf
PDF
NewMind AI Weekly Chronicles – August ’25 Week III
PDF
Transform-Your-Supply-Chain-with-AI-Driven-Quality-Engineering.pdf
PPTX
Module 1 Introduction to Web Programming .pptx
PDF
Transform-Your-Streaming-Platform-with-AI-Driven-Quality-Engineering.pdf
PDF
Flame analysis and combustion estimation using large language and vision assi...
PDF
How ambidextrous entrepreneurial leaders react to the artificial intelligence...
PPT
Geologic Time for studying geology for geologist
PDF
UiPath Agentic Automation session 1: RPA to Agents
PDF
sbt 2.0: go big (Scala Days 2025 edition)
PDF
CloudStack 4.21: First Look Webinar slides
PPT
Galois Field Theory of Risk: A Perspective, Protocol, and Mathematical Backgr...
PDF
Credit Without Borders: AI and Financial Inclusion in Bangladesh
Internet of Everything -Basic concepts details
Microsoft Excel 365/2024 Beginner's training
5-Ways-AI-is-Revolutionizing-Telecom-Quality-Engineering.pdf
giants, standing on the shoulders of - by Daniel Stenberg
Produktkatalog für HOBO Datenlogger, Wetterstationen, Sensoren, Software und ...
Configure Apache Mutual Authentication
Improvisation in detection of pomegranate leaf disease using transfer learni...
Transform-Quality-Engineering-with-AI-A-60-Day-Blueprint-for-Digital-Success.pdf
NewMind AI Weekly Chronicles – August ’25 Week III
Transform-Your-Supply-Chain-with-AI-Driven-Quality-Engineering.pdf
Module 1 Introduction to Web Programming .pptx
Transform-Your-Streaming-Platform-with-AI-Driven-Quality-Engineering.pdf
Flame analysis and combustion estimation using large language and vision assi...
How ambidextrous entrepreneurial leaders react to the artificial intelligence...
Geologic Time for studying geology for geologist
UiPath Agentic Automation session 1: RPA to Agents
sbt 2.0: go big (Scala Days 2025 edition)
CloudStack 4.21: First Look Webinar slides
Galois Field Theory of Risk: A Perspective, Protocol, and Mathematical Backgr...
Credit Without Borders: AI and Financial Inclusion in Bangladesh

Docker at the gate