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
Search
Duke
October 09, 2015
Technology
0
84
Docker
Tech Talk sobre socker
Duke
October 09, 2015
Tweet
Share
More Decks by Duke
See All by Duke
Lightning Talk: Testes em Javascript
dukex
0
120
Lightning Talk: Fluxo (básico) Ember 1.x.x
dukex
0
120
Concorrência em GO
dukex
0
41
Meetup Go - Como construi o uhuraapp.com
dukex
4
690
Realtime - Usando o MeteorJS
dukex
3
610
Como fazer API melhor que o governo?
dukex
1
700
Raspagem de Dados com Ruby
dukex
1
950
Grid System com Amor
dukex
0
710
Abrindo Dados na unha
dukex
1
99
Other Decks in Technology
See All in Technology
[ JAWS-UG 東京 CommunityBuilders Night #2 ]SlackとAmazon Q Developerで 運用効率化を模索する
sh_fk2
3
460
会社紹介資料 / Sansan Company Profile
sansan33
PRO
7
380k
「どこから読む?」コードとカルチャーに最速で馴染むための実践ガイド
zozotech
PRO
0
570
KotlinConf 2025_イベントレポート
sony
1
140
AIがコード書きすぎ問題にはAIで立ち向かえ
jyoshise
1
290
COVESA VSSによる車両データモデルの標準化とAWS IoT FleetWiseの活用
osawa
1
400
データ分析エージェント Socrates の育て方
na0
8
2.7k
Apache Spark もくもく会
taka_aki
0
140
はじめてのOSS開発からみえたGo言語の強み
shibukazu
4
1k
開発者を支える Internal Developer Portal のイマとコレカラ / To-day and To-morrow of Internal Developer Portals: Supporting Developers
aoto
PRO
1
480
Webアプリケーションにオブザーバビリティを実装するRust入門ガイド
nwiizo
7
890
バイブスに「型」を!Kent Beckに学ぶ、AI時代のテスト駆動開発
amixedcolor
3
590
Featured
See All Featured
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3k
Product Roadmaps are Hard
iamctodd
PRO
54
11k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
18
1.1k
jQuery: Nuts, Bolts and Bling
dougneiner
64
7.9k
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.7k
Agile that works and the tools we love
rasmusluckow
330
21k
Building Adaptive Systems
keathley
43
2.7k
Practical Orchestrator
shlominoach
190
11k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Site-Speed That Sticks
csswizardry
10
820
Typedesign – Prime Four
hannesfritz
42
2.8k
A designer walks into a library…
pauljervisheath
207
24k
Transcript
docker
Na minha máquina funciona!!!
Vagrant
virtualização
A empresa tinha scripts que administrava containers linux
Linux Containers? Primeiro release saiu agosto de 2008
None
None
$ docker pull image-name $ docker pull user/image $ docker
images
None
$ docker pull rails $ docker pull ubuntu $ docker
pull node $ docker pull grafana/grafana
Demo
Dockerfile docs.docker. com/reference/builder
FROM rails RUN rake db:bootstrap RUN rake test
Docker Compose docs.docker.com/compose
E mais... diff, commit, docker-machine, swarm, kubernetes... www.docker.com/products/overview