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
47
Build nice terminal UI with Bubble Tea
abtris
1
230
How to make own observability solution?
abtris
0
210
OpenTelemetry as best way how to instrument your CICD pipeline
abtris
0
240
Prague Go Meetup #12 Introductions
abtris
0
51
How we run stateful services for customers in Kubernetes
abtris
0
340
Go Release 1.20
abtris
0
200
CI pipelines should be code! Dagger Go SDK
abtris
1
340
Getting started with fuzzing
abtris
0
310
Other Decks in Technology
See All in Technology
Oracle Cloud Infrastructure:2025年9月度サービス・アップデート
oracle4engineer
PRO
0
400
PLaMoの事後学習を支える技術 / PFN LLMセミナー
pfn
PRO
9
3.8k
Flaky Testへの現実解をGoのプロポーザルから考える | Go Conference 2025
upamune
1
420
動画データのポテンシャルを引き出す! Databricks と AI活用への奮闘記(現在進行形)
databricksjapan
0
140
成長自己責任時代のあるきかた/How to navigate the era of personal responsibility for growth
kwappa
3
270
Azure Well-Architected Framework入門
tomokusaba
1
290
自作LLM Native GORM Pluginで実現する AI Agentバックテスト基盤構築
po3rin
2
250
Trust as Infrastructure
bcantrill
0
330
いまさら聞けない ABテスト入門
skmr2348
1
200
多野優介
tanoyusuke
1
430
GopherCon Tour 概略
logica0419
2
190
VCC 2025 Write-up
bata_24
0
180
Featured
See All Featured
Facilitating Awesome Meetings
lara
56
6.6k
Music & Morning Musume
bryan
46
6.8k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
9
580
How to Think Like a Performance Engineer
csswizardry
27
2k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.2k
Designing Experiences People Love
moore
142
24k
Faster Mobile Websites
deanohume
310
31k
The Invisible Side of Design
smashingmag
301
51k
Bash Introduction
62gerente
615
210k
The World Runs on Bad Software
bkeepers
PRO
71
11k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
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