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
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
Ladislav Prskavec
April 17, 2015
Technology
0
39
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
80
Build nice terminal UI with Bubble Tea
abtris
1
300
How to make own observability solution?
abtris
0
230
OpenTelemetry as best way how to instrument your CICD pipeline
abtris
0
270
Prague Go Meetup #12 Introductions
abtris
0
69
How we run stateful services for customers in Kubernetes
abtris
0
400
Go Release 1.20
abtris
0
220
CI pipelines should be code! Dagger Go SDK
abtris
1
360
Getting started with fuzzing
abtris
0
340
Other Decks in Technology
See All in Technology
クラウド × シリコンの Mashup - AWS チップ開発で広がる AI 基盤の選択肢
htokoyo
2
260
[E2]CCoEはAI指揮官へ。Bedrock×MCPで構築するコスト・セキュリティ自律運用基盤
taku1418
0
180
Agent ServerはWeb Serverではない。ADKで考えるAgentOps
akiratameto
0
110
AI時代のSaaSとETL
shoe116
1
170
マルチアカウント環境でSecurity Hubの運用!導入の苦労とポイント / JAWS DAYS 2026
genda
0
800
S3はフラットである –AWS公式SDKにも存在した、 署名付きURLにおけるパストラバーサル脆弱性– / JAWS DAYS 2026
flatt_security
0
1.8k
OCI技術資料 : コンピュート・サービス 概要
ocise
4
54k
ソフトバンク流!プラットフォームエンジニアリング実現へのアプローチ
sbtechnight
1
180
OCHaCafe S11 #2 コンテナ時代の次の一手:Wasm 最前線
oracle4engineer
PRO
2
140
It’s “Time” to use Temporal
sajikix
3
200
オレ達はAWS管理をやりたいんじゃない!開発の生産性を爆アゲしたいんだ!!
wkm2
4
540
内製AIチャットボットで学んだDatadog LLM Observability活用術
mkdev10
0
120
Featured
See All Featured
Getting science done with accelerated Python computing platforms
jacobtomlinson
2
140
Code Review Best Practice
trishagee
74
20k
Dominate Local Search Results - an insider guide to GBP, reviews, and Local SEO
greggifford
PRO
0
110
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
17k
Heart Work Chapter 1 - Part 1
lfama
PRO
5
35k
The Pragmatic Product Professional
lauravandoore
37
7.2k
Learning to Love Humans: Emotional Interface Design
aarron
275
41k
The Anti-SEO Checklist Checklist. Pubcon Cyber Week
ryanjones
0
92
GraphQLの誤解/rethinking-graphql
sonatard
75
11k
What's in a price? How to price your products and services
michaelherold
247
13k
Thoughts on Productivity
jonyablonski
75
5.1k
SEO for Brand Visibility & Recognition
aleyda
0
4.4k
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