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
Docker - modern platform for development and op...
Search
Ladislav Prskavec
November 10, 2015
Technology
0
36
Docker - modern platform for development and operations
Cloud Conference 2015 - 10.11.2015 In Prague
Ladislav Prskavec
November 10, 2015
Tweet
Share
More Decks by Ladislav Prskavec
See All by Ladislav Prskavec
From Small Terraform Projects to Terralith
abtris
0
29
Build nice terminal UI with Bubble Tea
abtris
1
210
How to make own observability solution?
abtris
0
200
OpenTelemetry as best way how to instrument your CICD pipeline
abtris
0
230
Prague Go Meetup #12 Introductions
abtris
0
44
How we run stateful services for customers in Kubernetes
abtris
0
320
Go Release 1.20
abtris
0
180
CI pipelines should be code! Dagger Go SDK
abtris
1
330
Getting started with fuzzing
abtris
0
310
Other Decks in Technology
See All in Technology
TableauLangchainとは何か?
cielo1985
1
120
NewSQLや分散データベースを支えるRaftの仕組み - 仕組みを理解して知る得意不得意
hacomono
PRO
3
190
freeeのアクセシビリティの現在地 / freee's Current Position on Accessibility
ymrl
2
250
american aa airlines®️ USA Contact Numbers: Complete 2025 Support Guide
aaguide
0
400
DatabricksにOLTPデータベース『Lakebase』がやってきた!
inoutk
0
140
Glacierだからってコストあきらめてない? / JAWS Meet Glacier Cost
taishin
1
180
SREの次のキャリアの道しるべ 〜SREがマネジメントレイヤーに挑戦して、 気づいたこととTips〜
coconala_engineer
1
250
OpenTelemetryセマンティック規約の恩恵とMackerel APMにおける活用例 / SRE NEXT 2025
mackerelio
2
910
AWS認定を取る中で感じたこと
siromi
1
220
「クラウドコスト絶対削減」を支える技術—FinOpsを超えた徹底的なクラウドコスト削減の実践論
delta_tech
4
180
How Do I Contact HP Printer Support? [Full 2025 Guide for U.S. Businesses]
harrry1211
0
130
United Airlines Customer Service– Call 1-833-341-3142 Now!
airhelp
0
170
Featured
See All Featured
Agile that works and the tools we love
rasmusluckow
329
21k
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Speed Design
sergeychernyshev
32
1k
Git: the NoSQL Database
bkeepers
PRO
430
65k
Faster Mobile Websites
deanohume
307
31k
Producing Creativity
orderedlist
PRO
346
40k
Bash Introduction
62gerente
613
210k
A Tale of Four Properties
chriscoyier
160
23k
BBQ
matthewcrist
89
9.7k
Being A Developer After 40
akosma
90
590k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Transcript
Docker modern platform for development and operations Cloud Computing Conference,
10.11.2015 1
Ladislav Prskavec (@abtris) 4 Site Reliability Engineer in Apiary.io 4
Consultant for startups and companies Cloud Computing Conference, 10.11.2015 2
Cloud Computing Conference, 10.11.2015 3
What's Docker? Cloud Computing Conference, 10.11.2015 4
Docker Container Cloud Computing Conference, 10.11.2015 5
Analogy from logistics Cloud Computing Conference, 10.11.2015 6
Goods, wares Cloud Computing Conference, 10.11.2015 7
Containers Cloud Computing Conference, 10.11.2015 8
Why Docker? Cloud Computing Conference, 10.11.2015 9
Fast and scalable Cloud Computing Conference, 10.11.2015 10
Build once, run anywhere Cloud Computing Conference, 10.11.2015 11
Configure once, run anywhere Cloud Computing Conference, 10.11.2015 12
Cloud Computing Conference, 10.11.2015 13
Docker in 2015 Cloud Computing Conference, 10.11.2015 14
Cloud Computing Conference, 10.11.2015 15
DockerHub Cloud Computing Conference, 10.11.2015 16
Cloud Computing Conference, 10.11.2015 17
Docker tools Cloud Computing Conference, 10.11.2015 18
Docker compose 4 defining and running multi- container applications with
Docker Cloud Computing Conference, 10.11.2015 19
docker-compose.yml web: build: . ports: - "5000:5000" volumes: - .:/code
links: - redis redis: image: redis Cloud Computing Conference, 10.11.2015 20
Docker machine 4 Machine lets you create Docker hosts on
your computer, on cloud providers, and inside your own data center. 4 part of Docker toolbox 4 replacement for boot2docker Cloud Computing Conference, 10.11.2015 21
Docker swarm 4 Docker Swarm is native clustering for Docker.
Cloud Computing Conference, 10.11.2015 22
Docker as service Cloud Computing Conference, 10.11.2015 23
Microsoft Azure 4 docker extension 4 docker volume driver Cloud
Computing Conference, 10.11.2015 24
Google Cloud 4 Container Engine 4 Kubernetes Cloud Computing Conference,
10.11.2015 25
Amazon Web Services 4 EC2 Container Service 4 Elastic Beanstalk
Cloud Computing Conference, 10.11.2015 26
Others platforms 4 Digital Ocean 4 OpenStack 4 RedHat OpenShift
v3 4 HP Hellion 4 Exoscale 4 IBM Softlayer 4 Rackspace 4 VMware vCloud Air, Fusion, vSphere Cloud Computing Conference, 10.11.2015 27
Tutum 4 Run Docker Containers in any Cloud 4 Acquired
by Docker 21.10.2015 Cloud Computing Conference, 10.11.2015 28
Questions? Ladislav Prskavec blog.prskavec.net @abtris Cloud Computing Conference, 10.11.2015 29