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
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
Duke
October 09, 2015
Technology
0
93
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
48
Meetup Go - Como construi o uhuraapp.com
dukex
4
700
Realtime - Usando o MeteorJS
dukex
3
630
Como fazer API melhor que o governo?
dukex
1
720
Raspagem de Dados com Ruby
dukex
1
970
Grid System com Amor
dukex
0
740
Abrindo Dados na unha
dukex
1
110
Other Decks in Technology
See All in Technology
パネルディスカッション資料 (at Tableau Now! - 2026-02-26)
yoshitakaarakawa
0
980
Introduction to Sansan for Engineers / エンジニア向け会社紹介
sansan33
PRO
6
71k
Serverless Agent Architecture on Azure / serverless-agent-on-azure
miyake
1
120
Raspberry Pi AI HAT+ 2 介紹(#49)
piepie_tw
PRO
0
130
トラブルの大半は「言ってない」x「言ってない」じゃねーか!!
ichimichi
0
280
【5分でわかる】セーフィー エンジニア向け会社紹介
safie_recruit
0
43k
【PyCon mini Shizuoka 2026】生成AI時代に画像処理やオーディオ処理のノードエディターを作る理由
kazuhitotakahashi
0
230
男(監査)はつらいよ - Policy as CodeからAIエージェントへ
ken5scal
5
700
自動テストが巻き起こした開発プロセス・チームの変化 / Impact of Automated Testing on Development Cycles and Team Dynamics
codmoninc
0
500
WBCの解説は生成AIにやらせよう - 生成AIで野球解説者AI Agentを実現する / Baseball Commentator AI Agent for Gemini
shinyorke
PRO
0
310
Exadata Fleet Update
oracle4engineer
PRO
0
1.3k
JAWS DAYS 2026 CDP道場 事前説明会 / JAWS DAYS 2026 CDP Dojo briefing document
naospon
0
110
Featured
See All Featured
svc-hook: hooking system calls on ARM64 by binary rewriting
retrage
1
140
Faster Mobile Websites
deanohume
310
31k
So, you think you're a good person
axbom
PRO
2
1.9k
Utilizing Notion as your number one productivity tool
mfonobong
4
240
brightonSEO & MeasureFest 2025 - Christian Goodrich - Winning strategies for Black Friday CRO & PPC
cargoodrich
3
110
ラッコキーワード サービス紹介資料
rakko
1
2.5M
A Tale of Four Properties
chriscoyier
162
24k
A Guide to Academic Writing Using Generative AI - A Workshop
ks91
PRO
0
220
Digital Ethics as a Driver of Design Innovation
axbom
PRO
1
200
Unlocking the hidden potential of vector embeddings in international SEO
frankvandijk
0
190
WCS-LA-2024
lcolladotor
0
470
The AI Revolution Will Not Be Monopolized: How open-source beats economies of scale, even for LLMs
inesmontani
PRO
3
3.1k
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