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
Teo y los contenedores
Search
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
elcuervo
July 17, 2015
Technology
0
130
Teo y los contenedores
elcuervo
July 17, 2015
Tweet
Share
More Decks by elcuervo
See All by elcuervo
Un tipo de Ruby
elcuervo
0
30
Airplay
elcuervo
0
460
Quince Primaveras
elcuervo
0
330
Apocalipsis
elcuervo
0
140
RadioFrequencia
elcuervo
0
120
TED: Cronicas de un hacker
elcuervo
0
130
Hackeando el STM
elcuervo
1
380
Objetos Encantados
elcuervo
0
160
Skynet son los padres
elcuervo
2
520
Other Decks in Technology
See All in Technology
OCI技術資料 : コンピュート・サービス 概要
ocise
4
54k
Claude Code のコード品質がばらつくので AI に品質保証させる仕組みを作った話 / A story about building a mechanism to have AI ensure quality, because the code quality from Claude Code was inconsistent
nrslib
13
8.4k
Everything Claude Code を眺める
oikon48
9
5.8k
JAWS DAYS 2026 楽しく学ぼう!ストレージ 入門
yoshiki0705
2
190
Yahoo!ショッピングのレコメンデーション・システムにおけるML実践の一例
lycorptech_jp
PRO
1
210
2026年もソフトウェアサプライチェーンのリスクに立ち向かうために / Product Security Square #3
flatt_security
1
560
実践 Datadog MCP Server
nulabinc
PRO
2
230
CyberAgentの生成AI戦略 〜変わるものと変わらないもの〜
katayan
0
240
社内レビューは機能しているのか
matsuba
0
140
Lambda Web AdapterでLambdaをWEBフレームワーク利用する
sahou909
0
140
Scrumは歪む — 組織設計の原理原則
dashi
0
190
JAWS DAYS 2026 ExaWizards_20260307
exawizards
0
440
Featured
See All Featured
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
141
35k
Facilitating Awesome Meetings
lara
57
6.8k
The Pragmatic Product Professional
lauravandoore
37
7.2k
<Decoding/> the Language of Devs - We Love SEO 2024
nikkihalliwell
1
150
Context Engineering - Making Every Token Count
addyosmani
9
750
Conquering PDFs: document understanding beyond plain text
inesmontani
PRO
4
2.5k
Evolving SEO for Evolving Search Engines
ryanjones
0
150
The Impact of AI in SEO - AI Overviews June 2024 Edition
aleyda
5
770
Effective software design: The role of men in debugging patriarchy in IT @ Voxxed Days AMS
baasie
0
260
16th Malabo Montpellier Forum Presentation
akademiya2063
PRO
0
71
A Soul's Torment
seathinner
5
2.5k
Digital Projects Gone Horribly Wrong (And the UX Pros Who Still Save the Day) - Dean Schuster
uxyall
0
750
Transcript
None
None
None
None
None
1977
None
chroot
None
None
None
None
1979
unix v7
None
openvz
2005
lxc
2008
docker
2013
None
None
procesos
docker hub docker run redis debian
CLI
docker pull [imagen] docker push [imagen]
UI
None
internals
network
•interna •manejada por una subinterface y controlada por el docker
daemon
filesystem
None
None
deployment
linux
3.10 kernel
osx
boot2docker
gotchas
socket & port binding
ssl
registry
docker push elcuervo/ consul-ruby
docker push internalregistry.com/elcuervo/ consul-ruby
clustering
swarm
• soportado por docker inc • 1 agent container •
1 manager container
None
coreos
None
• principal competidor de docker • clustering an nivel de
os • autodiscovery basado en etcd
rancher
None
None
internal network
monitoreo
cli
$ docker stats determined_shockley determined_wozniak prickly_hypatia CONTAINER CPU % MEM
USAGE/LIMIT MEM % NET I/O determined_shockley 0.00% 884 KiB/1.961 GiB 0.04% 648 B/648 B determined_wozniak 0.00% 1.723 MiB/1.961 GiB 0.09% 1.266 KiB/648 B prickly_hypatia 0.00% 740 KiB/1.961 GiB 0.04% 1.898 KiB/648 B
cadvisor
None
composition
docker- compose
web: build: . command: python app.py ports: - "5000:5000" volumes:
- .:/code links: - redis redis: image: redis
None
containers running containers
docker run -it -v /var/run/docker.sock:/var/run/ docker.sock ubuntu:latest sh
container discovery
docker event stream
None
None
None
rkt
None
None
unikernels
None