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
32
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
Build nice terminal UI with Bubble Tea
abtris
1
120
How to make own observability solution?
abtris
0
160
OpenTelemetry as best way how to instrument your CICD pipeline
abtris
0
190
Prague Go Meetup #12 Introductions
abtris
0
27
How we run stateful services for customers in Kubernetes
abtris
0
270
Go Release 1.20
abtris
0
140
CI pipelines should be code! Dagger Go SDK
abtris
1
280
Getting started with fuzzing
abtris
0
270
Jamstack in 2021
abtris
0
53
Other Decks in Technology
See All in Technology
誰も全体を知らない ~ ロールの垣根を超えて引き上げる開発生産性 / Boosting Development Productivity Across Roles
kakehashi
2
230
Why App Signing Matters for Your Android Apps - Android Bangkok Conference 2024
akexorcist
0
130
日経電子版のStoreKit2フルリニューアル
shimastripe
1
150
データプロダクトの定義からはじめる、データコントラクト駆動なデータ基盤
chanyou0311
2
350
リンクアンドモチベーション ソフトウェアエンジニア向け紹介資料 / Introduction to Link and Motivation for Software Engineers
lmi
4
300k
10XにおけるData Contractの導入について: Data Contract事例共有会
10xinc
7
680
OCI Vault 概要
oracle4engineer
PRO
0
9.7k
マルチプロダクトな開発組織で 「開発生産性」に向き合うために試みたこと / Improving Multi-Product Dev Productivity
sugamasao
1
310
【Pycon mini 東海 2024】Google Colaboratoryで試すVLM
kazuhitotakahashi
2
560
AI前提のサービス運用ってなんだろう?
ryuichi1208
8
1.4k
SDN の Hype Cycle を一通り経験してみて思うこと / Going through the Hype Cycle of SDN
mshindo
1
110
iOS/Androidで同じUI体験をネ イティブで作成する際に気をつ けたい落とし穴
fumiyasac0921
1
110
Featured
See All Featured
Teambox: Starting and Learning
jrom
133
8.8k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.3k
YesSQL, Process and Tooling at Scale
rocio
169
14k
Scaling GitHub
holman
458
140k
Faster Mobile Websites
deanohume
305
30k
Designing for humans not robots
tammielis
250
25k
Fantastic passwords and where to find them - at NoRuKo
philnash
50
2.9k
Documentation Writing (for coders)
carmenintech
65
4.4k
How GitHub (no longer) Works
holman
310
140k
Code Review Best Practice
trishagee
64
17k
We Have a Design System, Now What?
morganepeng
50
7.2k
The Invisible Side of Design
smashingmag
298
50k
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