SlideShare a Scribd company logo
Docker
himrock922
• 
• 
• 
•  VM
•  Docker
• 
• 
• 
•  Docker
•  Docker
• 
•  Docker
•  Docker ?
•  VM
•  ?
•  Docker ?
?
•  !
•  …
•  Virtual Machine!
•  Virtual Machine(VM)
•  Hyper Visor( )
•  OS VM
•  supervisor: , ←
supervisor Hyper ?
: https://www.idcf.jp/words/hypervisor.html
VM
•  VM
• 
•  Vsphere, ESXi
• 
•  KVM, Xen
OS
OS
Bin/Libs
Apps
OS
Bin/Libs
Apps
OS
Bin/Libs
Apps
Docker
•  Docker
•  : OS
OS
OS
Bin/Libs
Apps
OS
Bin/Libs
Apps
OS
Bin/Libs
Apps
VM
OS
Docker Engine
Bin/Libs
Apps
Bin/Libs
Apps
Bin/Libs
Apps
•  Docker
•  Linux
•  Docker, LXC(Linux Containers), systemd-nspawn
•  FreeBSD
•  jail
• 
•  Chroot
•  VM
•  VM
• 
Docker for Mac
•  Docker Mac
•  https://docs.docker.com/docker-for-mac/install/#download-
docker-for-mac
• 
•  docker pull [image] : docker-image
•  docker run [image] [daemon] :
•  docker ps [container name]:
•  docker start [container name] :
•  docker restart [container name] :
•  docker stop [container name] :
Docker Hub
•  https://hub.docker.com/
•  Docker Image
•  docker pull image
•  Official
image commit
•  Official image
•  Official image 150 – 180
• 
Ubuntu !
•  DockerHub Ubuntu image
•  https://hub.docker.com/_/ubuntu/
•  URL
•  https://asciinema.org/a/BYUZHPhhxzMxDTu4TZeSLNBHX
docker pull ubuntu:latest ( Ubuntu )
docker images( )
docker run –name ubuntu ubuntu:latest /bin/bash (ubuntu
ubuntu:latest image ) ( bash)
Nginx
•  OK
•  https://asciinema.org/a/srqlz31e1xZjkgU4pKwehzUD4
•  http://127.0.0.1/
systemctl restart nginx
Failed to connect to bus: No such file or directory
(
)
supervisord
docker commit ubuntu nginx:ver1.0 (nginx:ver1.0 Docker image )
docker run –name nginx -p 80:80 –d nginx:ver1.0 /usr/bin/supervisord( 80
supervisord )
•  Docker
• 
• 
•  docker-compose, Dockerfile …
•  https://docs.docker.com/get-started/
•  https://docs.docker.com/engine/reference/commandline/docker/
#child-commands
•  https://techracho.bpsinc.jp/ika/2018_02_22/52390

More Related Content

PDF
Docker 101 for Developer
PDF
Continuous integration with Docker and Ansible
PPTX
Austin - Container Days - Docker 101
PDF
Docker get started
PPT
presentation on Docker
PDF
Securing Containers From Day One | null Ahmedabad Meetup
PPTX
Introduction to docker
PDF
Introduction to docker
Docker 101 for Developer
Continuous integration with Docker and Ansible
Austin - Container Days - Docker 101
Docker get started
presentation on Docker
Securing Containers From Day One | null Ahmedabad Meetup
Introduction to docker
Introduction to docker

What's hot (20)

PDF
Virtual Meetup Docker + Arm: Building Multi-arch Apps with Buildx
PDF
Re-Think of Virtualization and Containerization
PPTX
Cohesion Techsessie Docker - Daniel Palstra
PDF
Intro To Docker
PDF
Containerization using docker
PPTX
QNAP COSCUP Container Station
PPTX
Rexdockercon2017
PPTX
What is Docker
PDF
Dockerを使おう
PDF
Understand docker
PDF
Dockerizing your applications - Docker workshop @Twitter
PPTX
First steps to docker
PDF
Intro to containerization
PPTX
PDF
Docker Introduction
PPTX
Dockerfile basics | docker workshop #1 at Rackspace
PDF
Deploying to Ubuntu on Linode
PDF
OpenStack - Docker - Rackspace HQ
PPTX
Introduction to Docker - What is it and how is it compared to VM's
PDF
Automating Docker Containers with Puppet 2014 10-13
Virtual Meetup Docker + Arm: Building Multi-arch Apps with Buildx
Re-Think of Virtualization and Containerization
Cohesion Techsessie Docker - Daniel Palstra
Intro To Docker
Containerization using docker
QNAP COSCUP Container Station
Rexdockercon2017
What is Docker
Dockerを使おう
Understand docker
Dockerizing your applications - Docker workshop @Twitter
First steps to docker
Intro to containerization
Docker Introduction
Dockerfile basics | docker workshop #1 at Rackspace
Deploying to Ubuntu on Linode
OpenStack - Docker - Rackspace HQ
Introduction to Docker - What is it and how is it compared to VM's
Automating Docker Containers with Puppet 2014 10-13
Ad

Similar to Docker Tutorial (20)

PDF
Preparation study of_docker - (MOSG)
PDF
Docker from basics to orchestration (PHPConfBr2015)
PDF
OSCON: Advanced Docker developer workflows on Mac OS and Windows
PDF
Advanced Docker Developer Workflows on MacOS X and Windows
PDF
[CNCF TAG-Runtime 2022-10-06] Lima
PDF
Using Docker to build and test in your laptop and Jenkins
PPTX
Docker and fig for dev
PDF
もうひとつのコンテナ実行環境 runq のご紹介
PDF
Docker module 1
PDF
Virtual Machines and Docker
PDF
Docker presentation
PPTX
Docker 1.11 Presentation
PDF
Introducing Docker
PDF
PDF
Docker Basics
PDF
Making Developers Productive with Vagrant, VirtualBox, and Docker
PPTX
Docker for Fun and Profit, Devoxx 2014
PDF
Testing fácil con Docker: Gestiona dependencias y unifica entornos
PPTX
Virtualization, Containers, Docker and scalable container management services
PDF
Docker for Developers: Dev, Test, Deploy @ BucksCo Devops at MeetMe HQ
Preparation study of_docker - (MOSG)
Docker from basics to orchestration (PHPConfBr2015)
OSCON: Advanced Docker developer workflows on Mac OS and Windows
Advanced Docker Developer Workflows on MacOS X and Windows
[CNCF TAG-Runtime 2022-10-06] Lima
Using Docker to build and test in your laptop and Jenkins
Docker and fig for dev
もうひとつのコンテナ実行環境 runq のご紹介
Docker module 1
Virtual Machines and Docker
Docker presentation
Docker 1.11 Presentation
Introducing Docker
Docker Basics
Making Developers Productive with Vagrant, VirtualBox, and Docker
Docker for Fun and Profit, Devoxx 2014
Testing fácil con Docker: Gestiona dependencias y unifica entornos
Virtualization, Containers, Docker and scalable container management services
Docker for Developers: Dev, Test, Deploy @ BucksCo Devops at MeetMe HQ
Ad

More from Tatsuya Yagi (7)

PPTX
menta_lt
PDF
ソフトウェア工学の基礎
PPTX
Prolabo
PPTX
最近ソフトウェア開発が面白くない
PPTX
コンテナホスティングサービス「jaisting」開発に至るまで
PDF
良いコードを書くためには? - 表面上の改善まで -
PDF
Docker tutorial2
menta_lt
ソフトウェア工学の基礎
Prolabo
最近ソフトウェア開発が面白くない
コンテナホスティングサービス「jaisting」開発に至るまで
良いコードを書くためには? - 表面上の改善まで -
Docker tutorial2

Recently uploaded (20)

PPTX
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
PDF
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
PPTX
web development for engineering and engineering
PDF
Model Code of Practice - Construction Work - 21102022 .pdf
PDF
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
PPTX
additive manufacturing of ss316l using mig welding
PDF
Unit I ESSENTIAL OF DIGITAL MARKETING.pdf
PPT
introduction to datamining and warehousing
PPTX
Current and future trends in Computer Vision.pptx
PPTX
bas. eng. economics group 4 presentation 1.pptx
PPTX
UNIT-1 - COAL BASED THERMAL POWER PLANTS
PPTX
Lecture Notes Electrical Wiring System Components
PDF
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
PPTX
UNIT 4 Total Quality Management .pptx
PDF
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
PDF
Automation-in-Manufacturing-Chapter-Introduction.pdf
PPTX
Internet of Things (IOT) - A guide to understanding
PPTX
OOP with Java - Java Introduction (Basics)
PDF
PPT on Performance Review to get promotions
DOCX
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
web development for engineering and engineering
Model Code of Practice - Construction Work - 21102022 .pdf
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
additive manufacturing of ss316l using mig welding
Unit I ESSENTIAL OF DIGITAL MARKETING.pdf
introduction to datamining and warehousing
Current and future trends in Computer Vision.pptx
bas. eng. economics group 4 presentation 1.pptx
UNIT-1 - COAL BASED THERMAL POWER PLANTS
Lecture Notes Electrical Wiring System Components
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
UNIT 4 Total Quality Management .pptx
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
Automation-in-Manufacturing-Chapter-Introduction.pdf
Internet of Things (IOT) - A guide to understanding
OOP with Java - Java Introduction (Basics)
PPT on Performance Review to get promotions
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx

Docker Tutorial