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
31
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
Build nice terminal UI with Bubble Tea
abtris
1
160
How to make own observability solution?
abtris
0
180
OpenTelemetry as best way how to instrument your CICD pipeline
abtris
0
210
Prague Go Meetup #12 Introductions
abtris
0
31
How we run stateful services for customers in Kubernetes
abtris
0
290
Go Release 1.20
abtris
0
160
CI pipelines should be code! Dagger Go SDK
abtris
1
300
Getting started with fuzzing
abtris
0
290
Jamstack in 2021
abtris
0
74
Other Decks in Technology
See All in Technology
RayでPHPのデバッグをちょっと快適にする
muno92
PRO
0
200
4th place solution Eedi - Mining Misconceptions in Mathematics
rist
0
150
AWSではじめる Web APIテスト実践ガイド / A practical guide to testing Web APIs on AWS
yokawasa
8
790
あなたが人生で成功するための5つの普遍的法則 #jawsug #jawsdays2025 / 20250301 HEROZ
yoshidashingo
2
390
AIエージェント入門
minorun365
PRO
33
20k
EMConf JP 2025 懇親会LT / EMConf JP 2025 social gathering
sugamasao
2
210
20250304_赤煉瓦倉庫_DeepSeek_Deep_Dive
hiouchiy
2
130
貧民的プログラミングのすすめ
kakehashi
PRO
1
130
事業モメンタムを生み出すプロダクト開発
macchiitaka
0
110
株式会社Awarefy(アウェアファイ)会社説明資料 / Awarefy-Company-Deck
awarefy
3
12k
MIMEと文字コードの闇
hirachan
2
1.5k
Amazon Aurora のバージョンアップ手法について
smt7174
2
190
Featured
See All Featured
How GitHub (no longer) Works
holman
314
140k
Done Done
chrislema
182
16k
Speed Design
sergeychernyshev
28
820
We Have a Design System, Now What?
morganepeng
51
7.4k
Code Review Best Practice
trishagee
67
18k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
4
380
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.2k
4 Signs Your Business is Dying
shpigford
183
22k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
330
21k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
VelocityConf: Rendering Performance Case Studies
addyosmani
328
24k
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