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
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
関係性が駆動するアジャイル──GPTに人格を与えたら、対話を通してふりかえりを習慣化できた話
mhlyc
0
130
Large Vision Language Modelを用いた 文書画像データ化作業自動化の検証、運用 / shibuya_AI
sansan_randd
0
100
自動テストのコストと向き合ってみた
qa
0
110
AWSにおけるTrend Vision Oneの効果について
shimak
0
120
SOC2取得の全体像
shonansurvivors
1
370
非エンジニアのあなたもできる&もうやってる!コンテキストエンジニアリング
findy_eventslides
3
910
AI駆動開発を推進するためにサービス開発チームで 取り組んでいること
noayaoshiro
0
160
リーダーになったら未来を語れるようになろう/Speak the Future
sanogemaru
0
280
生成AIを活用したZennの取り組み事例
ryosukeigarashi
0
200
SREとソフトウェア開発者の合同チームはどのようにS3のコストを削減したか?
muziyoshiz
1
100
生成AIとM5Stack / M5 Japan Tour 2025 Autumn 東京
you
PRO
0
210
社内お問い合わせBotの仕組みと学び
nish01
0
180
Featured
See All Featured
The Illustrated Children's Guide to Kubernetes
chrisshort
48
51k
Principles of Awesome APIs and How to Build Them.
keavy
127
17k
How to Think Like a Performance Engineer
csswizardry
27
2k
How to train your dragon (web standard)
notwaldorf
96
6.3k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Navigating Team Friction
lara
189
15k
Java REST API Framework Comparison - PWX 2021
mraible
33
8.8k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
140
34k
A Modern Web Designer's Workflow
chriscoyier
697
190k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
9
960
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
2.6k
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