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
30
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
120
How to make own observability solution?
abtris
0
160
OpenTelemetry as best way how to instrument your CICD pipeline
abtris
0
190
Prague Go Meetup #12 Introductions
abtris
0
27
How we run stateful services for customers in Kubernetes
abtris
0
270
Go Release 1.20
abtris
0
140
CI pipelines should be code! Dagger Go SDK
abtris
1
280
Getting started with fuzzing
abtris
0
270
Jamstack in 2021
abtris
0
53
Other Decks in Technology
See All in Technology
ドメインの本質を掴む / Get the essence of the domain
sinsoku
2
160
The Role of Developer Relations in AI Product Success.
giftojabu1
0
140
100 名超が参加した日経グループ横断の競技型 AWS 学習イベント「Nikkei Group AWS GameDay」の紹介/mediajaws202411
nikkei_engineer_recruiting
1
170
DynamoDB でスロットリングが発生したとき_大盛りver/when_throttling_occurs_in_dynamodb_long
emiki
1
440
アジャイルでの品質の進化 Agile in Motion vol.1/20241118 Hiroyuki Sato
shift_evolve
0
180
組織成長を加速させるオンボーディングの取り組み
sudoakiy
2
220
SDN の Hype Cycle を一通り経験してみて思うこと / Going through the Hype Cycle of SDN
mshindo
1
110
10XにおけるData Contractの導入について: Data Contract事例共有会
10xinc
7
680
EventHub Startup CTO of the year 2024 ピッチ資料
eventhub
0
130
これまでの計測・開発・デプロイ方法全部見せます! / Findy ISUCON 2024-11-14
tohutohu
3
370
BLADE: An Attempt to Automate Penetration Testing Using Autonomous AI Agents
bbrbbq
0
330
【Pycon mini 東海 2024】Google Colaboratoryで試すVLM
kazuhitotakahashi
2
560
Featured
See All Featured
Git: the NoSQL Database
bkeepers
PRO
427
64k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
26
1.4k
Speed Design
sergeychernyshev
25
620
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
280
13k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
25
1.8k
Art, The Web, and Tiny UX
lynnandtonic
297
20k
How To Stay Up To Date on Web Technology
chriscoyier
788
250k
The Language of Interfaces
destraynor
154
24k
Building a Modern Day E-commerce SEO Strategy
aleyda
38
6.9k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
4
380
A Modern Web Designer's Workflow
chriscoyier
693
190k
4 Signs Your Business is Dying
shpigford
180
21k
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