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 včera, dnes a zítra
Search
Ladislav Prskavec
April 17, 2015
Technology
0
37
Docker včera, dnes a zítra
Docker talk in Devel Conference 2015 in Prague. All in Czech.
Ladislav Prskavec
April 17, 2015
Tweet
Share
More Decks by Ladislav Prskavec
See All by Ladislav Prskavec
From Small Terraform Projects to Terralith
abtris
0
42
Build nice terminal UI with Bubble Tea
abtris
1
220
How to make own observability solution?
abtris
0
200
OpenTelemetry as best way how to instrument your CICD pipeline
abtris
0
240
Prague Go Meetup #12 Introductions
abtris
0
48
How we run stateful services for customers in Kubernetes
abtris
0
330
Go Release 1.20
abtris
0
190
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
文字列の並び順 / String Collation
tmtms
1
110
Backlog AI アシスタントが切り開く未来
vvatanabe
1
170
事業特性から逆算したインフラ設計
upsider_tech
0
210
20250807_Kiroと私の反省会
riz3f7
0
260
テストを実行してSorbetのsigを書こう!
sansantech
PRO
1
130
JAWS-UG のイベントで使うハンズオンシナリオを Amazon Q Developer for CLI で作ってみた話
kazzpapa3
0
120
AI時代の大規模データ活用とセキュリティ戦略
ken5scal
0
180
いま、あらためて考えてみるアカウント管理 with IaC / Account management with IaC
kohbis
1
290
ユーザー課題を愛し抜く――AI時代のPdM価値
kakehashi
PRO
1
130
生成AI活用のROI、どう測る? DMM.com 開発責任者から学ぶ「AI効果検証のノウハウ」 / ROI of AI
i35_267
3
120
プロジェクトマネジメントは不確実性との対話だ
hisashiwatanabe
0
130
Lambda management with ecspresso and Terraform
ijin
2
170
Featured
See All Featured
Adopting Sorbet at Scale
ufuk
77
9.5k
Raft: Consensus for Rubyists
vanstee
140
7.1k
Building an army of robots
kneath
306
45k
Mobile First: as difficult as doing things right
swwweet
223
9.9k
How STYLIGHT went responsive
nonsquared
100
5.7k
Agile that works and the tools we love
rasmusluckow
329
21k
Six Lessons from altMBA
skipperchong
28
4k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Faster Mobile Websites
deanohume
309
31k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
33
2.4k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
50
5.5k
Transcript
včera, dnes a zítra Ladislav Prskavec, Apiary Devel Konference 11.4.2015
Kdo jsem? Co dělám • sysadmin • developer • tech
writer * SRE (Site Reliability Engineer)
Co je docker?
None
Google Trends
Devel 2013 Devel 2015
Tech Writer
FROM debian:jessie MAINTAINER Apiary <
[email protected]
> ENV REFRESHED_AT 2015-04-03
RUN apt-get update RUN apt-get install -y python-sphinx \ graphviz \ make \ pandoc \ texlive \ texlive-latex-extra RUN mkdir /docs WORKDIR /docs VOLUME ['/docs'] CMD make clean convert html latexpdf Sphinx documentation base image
Developer
None
data: image: busybox volumes: - /tmp/data/mondo:/data/db - /tmp/data/redis:/data/ redis: image:
apiaryio/base-dev-redisdb volumes_from: - data mongo: image: apiaryio/base-dev-mongodb volumes_from: - data apiary: hostname: apiary.dev build: . ports: - "8000:8000" - "9000:9000" links: - redis - mongo volumes: - .:/home/ubuntu/app command: grunt develop docker-compose.yml $ docker-compose up $ docker-compose build $ docker-compose scale
None
None
None
Sinopia - private NPM registry https://github.com/rlidwka/sinopia $ docker pull keyvanfatehi/sinopia:latest
$ docker run --restart=always \ -v /data:/data \ -v /data/s/start.sh:/opt/sinopia/start.sh \ -d -p 8080:8080 keyvanfatehi/sinopia:latest
https://docker-exec.github.io/ Docker Exec
None
None
None
None
None
None
None
None
None
None
None
Otázky? https://apiary.io/company#jobs Ladislav Prskavec SRE Team Lead, Apiary.io
[email protected]
|
@abtris