Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
2016-10-07_Intro_to_Docker
Search
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
Cloud Genius
October 07, 2016
Technology
82
0
Share
2016-10-07_Intro_to_Docker
https://be.a.cloudgeni.us/sessions
Cloud Genius
October 07, 2016
More Decks by Cloud Genius
See All by Cloud Genius
Intro to Docker - Part 2
cloudgenius
0
46
Cloud security webinar with NIU
cloudgenius
0
53
Cloud Computing Security
cloudgenius
0
150
Netflix Cloud Architecture - continued
cloudgenius
0
170
Network characteristics of the cloud architecture
cloudgenius
0
98
Meeting app performance needs – scaling up vs scaling out
cloudgenius
0
120
Understanding business requirements for cloud computing
cloudgenius
0
130
Understanding application requirements for the cloud
cloudgenius
0
100
Netflix: From DVD in the mail to Streaming from the Cloud
cloudgenius
0
150
Other Decks in Technology
See All in Technology
Sansanの認証基盤を支えるアーキテクチャとその振り返り
sansantech
PRO
1
120
トイルを超えたCREは何屋になるのか
bengo4com
0
110
Kubernetesの「隠れメモリ消費」によるNode共倒れと、Request適正化という処方箋
g0xu
0
170
やさしいとこから始めるGitHubリポジトリのセキュリティ
tsubakimoto_s
3
2.1k
GitHub Actions侵害 — 相次ぐ事例を振り返り、次なる脅威に備える
flatt_security
11
6.9k
Tour of Agent Protocols: MCP, A2A, AG-UI, A2UI with ADK
meteatamel
0
170
CREがSLOを握ると 何が変わるのか
nekomaho
0
320
SaaSに宿る21g
kanyamaguc
2
180
FastMCP OAuth Proxy with Cognito
hironobuiga
3
230
Oracle Cloud Infrastructure(OCI):Onboarding Session(はじめてのOCI/Oracle Supportご利⽤ガイド)
oracle4engineer
PRO
2
17k
スケーリングを封じられたEC2を救いたい
senseofunity129
0
130
40代からのアウトプット ― 経験は価値ある学びに変わる / 20260404 Naoki Takahashi
shift_evolve
PRO
3
480
Featured
See All Featured
Design of three-dimensional binary manipulators for pick-and-place task avoiding obstacles (IECON2024)
konakalab
0
390
Mozcon NYC 2025: Stop Losing SEO Traffic
samtorres
0
190
The Director’s Chair: Orchestrating AI for Truly Effective Learning
tmiket
1
140
Building Flexible Design Systems
yeseniaperezcruz
330
40k
Site-Speed That Sticks
csswizardry
13
1.1k
Large-scale JavaScript Application Architecture
addyosmani
515
110k
Building a A Zero-Code AI SEO Workflow
portentint
PRO
0
420
Evolving SEO for Evolving Search Engines
ryanjones
0
170
Dominate Local Search Results - an insider guide to GBP, reviews, and Local SEO
greggifford
PRO
0
120
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
31
3.1k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
34
2.7k
AI in Enterprises - Java and Open Source to the Rescue
ivargrimstad
0
1.2k
Transcript
@beacloudgenius Intro to Docker
Happy to see you all online 2
Your questions help us drive better. Questions in chat... any
time. 3
https://LinkedIn.com/in/LONDHE 4 IAS Topper Founder Who am I Nilesh Londhe
CloudGenius 5 The fastest way for you to be productive
on your job
CloudGenius 6 Rated as top 10 cloud program by CIO
Magazine
Our graduates work at 7
Our consultants get stuff done 8 ¨ Our consultants get
stuff done
Our Trainers 9 ¨ Our trainers train you for mastery
¤ Not
10
11 Instructor Led Online Courses
12 Self-paced On-demand Courses
13 Interactive Videoconference Bootcamps
14 Why Docker?
15 Simplifies container management
16 Common standard among leaders Google, Microsoft, Amazon, Cisco, HP,
IBM, Red Hat, VMWare, and others
17 Resource Efficiency
18 Integration with Linux kernel
19 Fast
20 Agile
21 Flexible
22 Lightweight
23 Inexpensive
24 Open source
25 Ecosystem
26 Cloud friendly
27 Enables Consistent Environments
28 What’s Docker?
29 DotCloud renamed Docker Inc.
30 Go Lang based v1.0 in mid 2014
31 Docker automates application deployment in lightweight, portable, self sufficient
containers that run anywhere*.
32 What? Unix chroot BSD jails Solaris zones
33 What? Linux containers layered file system git like versioning
REST API
None
35 Docker Isolated light faster than VMs
36 Setup Use Cloud Genius Workstation or curl -sSL https://get.docker.com/
| sh
37 Terminology Docker Daemon = Server Docker Client = Client
38 Terminology Image is a snapshot Container is instantiation of
an image
39 Terminology Docker Registry is warehouse of images Docker Repository
is a project in registry
40 Basic usage docker pull <image> docker images docker run
<image> <command> docker ps docker logs <container>
41 Hands-on
42 Automation Dockerfile – series of commands
Dockerfile FROM ubuntu ENV THIS_IS_AWESOME true RUN apt-get update RUN
apt-get -y install fortunes cowsay CMD /usr/games/fortune -a | /usr/games/cowsay
44 build docker build -t cloudgenius/holycow .
45 push docker push cloudgenius/holycow
46 run docker run cloudgenius/holycow
47 you pull docker pull cloudgenius/holycow
48 you run docker run cloudgenius/holycow
49 Community https://chat.cloudgeni.us
50 Thank you. be.a.cloudgeni.us