SlideShare a Scribd company logo
Docker
Jason
2016/9/23
Docker
● Docker is written in Go and takes advantage of several features of the Linux
kernel to deliver its functionality.
● Docker is an open platform for developing, shipping, and running
applications
● Docker enables you to separate your applications from your infrastructure so
you can deliver software quickly
Comparing Containers And Virtual Machines
Image
Container
Repository
Comparing Containers And Virtual Machines
特性 容器 虛擬機器
硬碟使用 一般為 MB 一般為 GB
性能 接近原生 較差
系統支援量 單機支持上千個容器 一般機十個
隔離性 安全隔離 完全隔離
啟動進度 秒級 分鐘級
Docker
Image
Container
Repository
Docker - Repository
● Public Repository
Docker Hub
Docker Pool
● Private Repository
Docker - Repository
14.04 12.04
13.10
5.0 6.0
7.0
Ubuntu Repository CentOS Repository
Repository Server
Search image
> docker search mysql
Pull image from Repository
> docker pull ubuntu:12.04
View image information
> docker images
Create container
> docker create ubuntu
Output :79474d40eec0853…...de705a8c5f87673dfa2e6d6e5f
Create and run container
> docker run ubuntu:14.04 /bin/echo “Hello world”
Output : Hello world
What happens when you run a container
1. Pulls the ubuntu image
2. Creates a new container
3. Allocates a filesystem and mounts a read-write layer:
4. Allocates a network / bridge interface
5. Sets up an IP address
6. Executes a process that you specify
7. Captures and provides application output
Create and run container
> docker run -ti ubuntu /bin/bash
> root@af8bae53bdd3:/# pwd
List containers
> docker ps -a
Building an image from a Dockerfile
● 基礎映像檔資訊
● 維護者資訊
● 映像檔操作指令
● 容器啟動時需執行
Dockerfile
● Here is the format of the Dockerfile:
INSTRUCTION arguments
● The instruction is not case-sensitive
● Convention is for them to be UPPERCASE to distinguish them from
arguments more easily.
Dockerfile
Dockerfile:
#基礎映像檔資訊
FROM ubuntu:14.04
#維護者資訊
MAINTAINER Jason <Jason@example.com>
#映像檔操作指令
RUN apt-get update && apt-get install -y ruby ruby-dev
RUN gem install sinatra
#容器啟動時需執行
CMD command param1
Dockerfile
● ADD <src>... <dest>
● COPY <src>... <dest>
● ENTRYPOINT ["/bin/echo"]
● CMD ["/bin/echo", "this is a echo test"]
● WORKDIR /a
● EXPOSE 5990
● Volume /myVol
Build Dockerfile
> docker build -t abc/ub /docker_builder/
Create a new image from a container's changes
> docker commit -m "Add file" -a "jason" 0b2616b ubuntu/jason:v2
Output: sha256:7030a919c…..109a5c3074d3971ddaa4ca2ce20f
Delete container and image
● Delete a container
> docker rm [Container ID]
● Delete a image
> docker rmi [Container ID]
Other command
docker inspect [container ID]
docker logs [container ID]
docker start [container ID]
docker stop [container ID]
docker attach [container ID]
docker run -d ubuntu:14.04
docker run -P ubuntu:14.04
docker run -p 27019:27017 mongo
Reference
Docker
https://docs.docker.com/
https://philipzheng.gitbooks.io/docker_practice/content/image/create.html

More Related Content

PDF
桃園市教育局Docker技術入門與實作
PPTX
Container sig#1 ansible-container
PDF
手把手帶你學 Docker 入門篇
PDF
當專案漸趕,當遷移也不再那麼難 (Ship Your Projects with Docker EcoSystem)
PDF
猿でもわかるコンテナ
PDF
Docker 初探,實驗室中的運貨鯨
PDF
Introduction to Project atomic (CentOS Dojo Bangalore)
PDF
Docker研習營
桃園市教育局Docker技術入門與實作
Container sig#1 ansible-container
手把手帶你學 Docker 入門篇
當專案漸趕,當遷移也不再那麼難 (Ship Your Projects with Docker EcoSystem)
猿でもわかるコンテナ
Docker 初探,實驗室中的運貨鯨
Introduction to Project atomic (CentOS Dojo Bangalore)
Docker研習營

What's hot (20)

PDF
Docker composeで開発環境をメンバに配布せよ
PDF
Docker1.12イングレスロードバランサ
PDF
時代在變 Docker 要會:台北 Docker 一日入門篇
PDF
Docker 進階實務班
PDF
Docker 활용법: dumpdocker
PDF
CoreOSによるDockerコンテナのクラスタリング
PDF
Launching containers with fleet
PDF
Docker 101 - from 0 to Docker in 30 minutes
PDF
이미지 기반의 배포 패러다임 Immutable infrastructure
PDF
Docker All The Things - ASP.NET 4.x and Windows Server Containers
PDF
CoreOS : 설치부터 컨테이너 배포까지
PDF
容器與資料科學應用
PPTX
Austin - Container Days - Docker 101
PPTX
Gebruik dezelfde Docker container voor Java applicaties tijdens ontwikkelen e...
PDF
手把手帶你學Docker 03042017
PDF
Docker & FieldAware
PDF
Very Early Review - Rocket(CoreOS)
PDF
Develop QNAP NAS App by Docker
PPTX
Docker 101 & Workshop
PPTX
Docker for Java developers at JavaLand
Docker composeで開発環境をメンバに配布せよ
Docker1.12イングレスロードバランサ
時代在變 Docker 要會:台北 Docker 一日入門篇
Docker 進階實務班
Docker 활용법: dumpdocker
CoreOSによるDockerコンテナのクラスタリング
Launching containers with fleet
Docker 101 - from 0 to Docker in 30 minutes
이미지 기반의 배포 패러다임 Immutable infrastructure
Docker All The Things - ASP.NET 4.x and Windows Server Containers
CoreOS : 설치부터 컨테이너 배포까지
容器與資料科學應用
Austin - Container Days - Docker 101
Gebruik dezelfde Docker container voor Java applicaties tijdens ontwikkelen e...
手把手帶你學Docker 03042017
Docker & FieldAware
Very Early Review - Rocket(CoreOS)
Develop QNAP NAS App by Docker
Docker 101 & Workshop
Docker for Java developers at JavaLand
Ad

Viewers also liked (12)

PPTX
Novedades (1ra) Septiembre 2016
PPS
Life
PPT
Grammar grips fragments and_comma_spl
PDF
PPS
Wonderful landscapes
PPTX
вадим николаевич инфантьев
DOCX
Nirmala S Kodli @ Resume 1
PDF
Reportaje "Headhunters: un aliado para cazar al mejor directivo"
PPTX
Novedades (1ra) Octubre 2016
PPT
Life is beautiful
PPTX
PPTX
PostCss
Novedades (1ra) Septiembre 2016
Life
Grammar grips fragments and_comma_spl
Wonderful landscapes
вадим николаевич инфантьев
Nirmala S Kodli @ Resume 1
Reportaje "Headhunters: un aliado para cazar al mejor directivo"
Novedades (1ra) Octubre 2016
Life is beautiful
PostCss
Ad

Similar to Docker (20)

PPTX
Powercoders · Docker · Fall 2021.pptx
PDF
DCSF 19 Building Your Development Pipeline
PDF
Docker workshop 0507 Taichung
PDF
Docker jako prostředí pro automatizaci testů
PDF
Docker as development environment
PDF
Introduction to Docker
PPTX
PDF
Introduction to Docker - Learning containerization XP conference 2016
PPTX
Running Docker in Development & Production (DevSum 2015)
PDF
Real-World Docker: 10 Things We've Learned
PPTX
How to _docker
PDF
廣宣學堂: 容器進階實務 - Docker進深研究班
PDF
Introduction of Docker and Docker Compose
PDF
Docker & GitLab
PDF
Docker Intro
PDF
The Dockerfile Explosion and the Need for Higher Level Tools by Gareth Rushgrove
PDF
DockerCC.pdf
PDF
Docker+java
PPTX
Docker for Web Developers: A Sneak Peek
PPTX
Real World Experience of Running Docker in Development and Production
Powercoders · Docker · Fall 2021.pptx
DCSF 19 Building Your Development Pipeline
Docker workshop 0507 Taichung
Docker jako prostředí pro automatizaci testů
Docker as development environment
Introduction to Docker
Introduction to Docker - Learning containerization XP conference 2016
Running Docker in Development & Production (DevSum 2015)
Real-World Docker: 10 Things We've Learned
How to _docker
廣宣學堂: 容器進階實務 - Docker進深研究班
Introduction of Docker and Docker Compose
Docker & GitLab
Docker Intro
The Dockerfile Explosion and the Need for Higher Level Tools by Gareth Rushgrove
DockerCC.pdf
Docker+java
Docker for Web Developers: A Sneak Peek
Real World Experience of Running Docker in Development and Production

More from LearningTech (20)

PPTX
PPTX
ReactJs
PPTX
Semantic ui
PPTX
node.js errors
PPTX
Process control nodejs
PPTX
Expression tree
PPTX
SQL 效能調校
PPTX
flexbox report
PPTX
Vic weekly learning_20160504
PPTX
Reflection &amp; activator
PPTX
Peggy markdown
PPTX
Node child process
PPTX
20160415ken.lee
PPTX
Peggy elasticsearch應用
PPTX
Expression tree
PPTX
Vic weekly learning_20160325
PPTX
D3js learning tips
PPTX
git command
PDF
Asp.net MVC DI
PPTX
Vic weekly learning_20151127
ReactJs
Semantic ui
node.js errors
Process control nodejs
Expression tree
SQL 效能調校
flexbox report
Vic weekly learning_20160504
Reflection &amp; activator
Peggy markdown
Node child process
20160415ken.lee
Peggy elasticsearch應用
Expression tree
Vic weekly learning_20160325
D3js learning tips
git command
Asp.net MVC DI
Vic weekly learning_20151127

Recently uploaded (20)

PPTX
SOPHOS-XG Firewall Administrator PPT.pptx
PDF
gpt5_lecture_notes_comprehensive_20250812015547.pdf
PDF
Getting Started with Data Integration: FME Form 101
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
A comparative study of natural language inference in Swahili using monolingua...
PPT
Teaching material agriculture food technology
PDF
Machine learning based COVID-19 study performance prediction
PPTX
OMC Textile Division Presentation 2021.pptx
PPTX
A Presentation on Artificial Intelligence
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PPTX
1. Introduction to Computer Programming.pptx
PPTX
TechTalks-8-2019-Service-Management-ITIL-Refresh-ITIL-4-Framework-Supports-Ou...
PPTX
Tartificialntelligence_presentation.pptx
PPTX
Group 1 Presentation -Planning and Decision Making .pptx
SOPHOS-XG Firewall Administrator PPT.pptx
gpt5_lecture_notes_comprehensive_20250812015547.pdf
Getting Started with Data Integration: FME Form 101
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Reach Out and Touch Someone: Haptics and Empathic Computing
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Programs and apps: productivity, graphics, security and other tools
MIND Revenue Release Quarter 2 2025 Press Release
Digital-Transformation-Roadmap-for-Companies.pptx
A comparative study of natural language inference in Swahili using monolingua...
Teaching material agriculture food technology
Machine learning based COVID-19 study performance prediction
OMC Textile Division Presentation 2021.pptx
A Presentation on Artificial Intelligence
Building Integrated photovoltaic BIPV_UPV.pdf
1. Introduction to Computer Programming.pptx
TechTalks-8-2019-Service-Management-ITIL-Refresh-ITIL-4-Framework-Supports-Ou...
Tartificialntelligence_presentation.pptx
Group 1 Presentation -Planning and Decision Making .pptx

Docker

Editor's Notes

  • #2: https://philipzheng.gitbooks.io/docker_practice/content/repository/dockerhub.html
  • #4: https://www.docker.com/what-docker
  • #20: http://cloud.51cto.com/art/201411/457338.htm https://kknews.cc/other/agpexv.html
  • #21: http://cloud.51cto.com/art/201411/457338.htm https://kknews.cc/other/agpexv.html
  • #22: http://cloud.51cto.com/art/201411/457338.htm https://kknews.cc/other/agpexv.html
  • #23: http://cloud.51cto.com/art/201411/457338.htm https://kknews.cc/other/agpexv.html