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
75
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
100
Lightning Talk: Fluxo (básico) Ember 1.x.x
dukex
0
110
Concorrência em GO
dukex
0
31
Meetup Go - Como construi o uhuraapp.com
dukex
4
670
Realtime - Usando o MeteorJS
dukex
3
590
Como fazer API melhor que o governo?
dukex
1
680
Raspagem de Dados com Ruby
dukex
1
920
Grid System com Amor
dukex
0
690
Abrindo Dados na unha
dukex
1
89
Other Decks in Technology
See All in Technology
ドメインと向き合う - 旅行予約編
hidenorigoto
4
520
【shownet.conf_】ローカル5Gを活用したウォーキングツアーの体感向上
shownet
PRO
0
250
【shownet.conf_】トポロジ図の歩き方
shownet
PRO
0
360
VS CodeでF1〜12キーつかってますか? / Do you use the F1-12 keys in VS Code?
74th
2
260
ITエンジニアとして知っておいてほしい、電子メールという大きな穴
logica0419
2
300
たった一人で始めた音楽制作が気がついたら会社公認の部活動になっていた話〜組織の垣根を超えるコラボレーションを実現するには〜 / On-KAG-bu
piyonakajima
0
140
Rubyはなぜ「たのしい」のか? / Why is Ruby a programmers' best friend? #tqrk15
expajp
4
1.7k
Valuable Software Engineering
avandeursen
0
250
Strict Concurrencyにしたらdeinitでクラッシュする話
0si43
0
120
成果のためのコミュニケーション - 語彙を育てよう -/communication-for-good-outcome-developing-vocabulary
hassaku63
4
140
【shownet.conf_】持続可能な次世代Wi-Fi運用に向けて
shownet
PRO
0
260
SQLによるオブザーバビリティの進化とClickHouseの実力
mikimatsumoto
0
150
Featured
See All Featured
How to Ace a Technical Interview
jacobian
275
23k
Robots, Beer and Maslow
schacon
PRO
157
8.2k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
5
220
Designing for Performance
lara
604
68k
10 Git Anti Patterns You Should be Aware of
lemiorhan
653
59k
Build your cross-platform service in a week with App Engine
jlugia
229
18k
The Invisible Customer
myddelton
119
13k
Put a Button on it: Removing Barriers to Going Fast.
kastner
58
3.4k
Typedesign – Prime Four
hannesfritz
39
2.3k
Building an army of robots
kneath
302
42k
Thoughts on Productivity
jonyablonski
67
4.2k
What's new in Ruby 2.0
geeforr
341
31k
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