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
35
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
22
Build nice terminal UI with Bubble Tea
abtris
1
190
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
41
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
Tensix Core アーキテクチャ解説
tenstorrent_japan
0
270
Eight Engineering Unit 紹介資料
sansan33
PRO
0
3.4k
Kafka vs. Pulsar: Performance Evaluation by Petabyte-Scale Streaming Platform Providers
lycorptech_jp
PRO
1
330
Monorepo Error Management: Automated Runbooks and Team-Targeted Alert Distribution
biwashi
1
130
おれのAI活用の現状とこれから
tsukasagr
0
130
Digitization部 紹介資料
sansan33
PRO
1
4k
MCPを利用して自然言語で3Dプリントしてみよう!
hamadakoji
0
1.3k
Cursor Meetup Tokyo
iamshunta
5
1.5k
ゆるSRE #11 LT
okaru
1
480
やさしい認証認可
minorun365
PRO
29
11k
Flutterアプリを⾃然⾔語で操作する
yukisakai1225
0
210
ai bot got sick (abc 2025s version)
kojira
0
150
Featured
See All Featured
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
657
60k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Gamification - CAS2011
davidbonilla
81
5.3k
Statistics for Hackers
jakevdp
799
220k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
3.9k
Java REST API Framework Comparison - PWX 2021
mraible
31
8.6k
Typedesign – Prime Four
hannesfritz
42
2.7k
Practical Orchestrator
shlominoach
188
11k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
161
15k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
130
19k
Git: the NoSQL Database
bkeepers
PRO
430
65k
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