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
De Zero a Docker em 30min
Search
Enderson Tadeu S. Maia
November 26, 2014
Technology
1
850
De Zero a Docker em 30min
Uma um introdução do Docker no Maceió Dev Meetup.
Enderson Tadeu S. Maia
November 26, 2014
Tweet
Share
More Decks by Enderson Tadeu S. Maia
See All by Enderson Tadeu S. Maia
Minimalist Operating Systems for Containers
endersonmaia
0
130
RESTful APIs
endersonmaia
5
1.3k
Other Decks in Technology
See All in Technology
AWS Media Services 最新サービスアップデート 2025
eijikominami
0
110
未回答質問の回答一覧 / 開発をリードする品質保証 QAエンジニアと開発者の未来を考える-Findy Online Conference -
findy_eventslides
0
410
ABEJA FIRST GUIDE for Software Engineers
abeja
0
3.2k
個人から巡るAI疲れと組織としてできること - AI疲れをふっとばせ。エンジニアのAI疲れ治療法 ショートセッション -
kikuchikakeru
5
1.9k
今すぐGoogle Antigravityを触りましょう
rfdnxbro
0
160
.NET 10のEntity Framework Coreの新機能
htkym
0
120
AI時代の戦略的アーキテクチャ 〜Adaptable AI をアーキテクチャで実現する〜 / Enabling Adaptable AI Through Strategic Architecture
bitkey
PRO
15
10k
プロダクト負債と歩む持続可能なサービスを育てるための挑戦
sansantech
PRO
1
950
Excelデータ分析で学ぶディメンショナルモデリング ~アジャイルデータモデリングへ向けて~ by @Kazaneya_PR / 20251126
kazaneya
PRO
3
170
Kubernetesと共にふりかえる! エンタープライズシステムのインフラ設計・テストの進め方大全
daitak
0
450
クラウドネイティブ時代の 開発プロセス再設計 〜速さと品質を両立するには〜
moritamasami
0
120
マルチドライブアーキテクチャ: 複数の駆動力でプロダクトを前進させる
knih
0
10k
Featured
See All Featured
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
21
1.3k
Art, The Web, and Tiny UX
lynnandtonic
303
21k
Agile that works and the tools we love
rasmusluckow
331
21k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
666
130k
Reflections from 52 weeks, 52 projects
jeffersonlam
355
21k
A designer walks into a library…
pauljervisheath
210
24k
What’s in a name? Adding method to the madness
productmarketing
PRO
24
3.8k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
25
1.6k
KATA
mclloyd
PRO
32
15k
Done Done
chrislema
186
16k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.8k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
31
3k
Transcript
Texto Introdução ao Docker De Zero a Docker em 30
minutos
História
História 2013 github.com/shykes
Setembro de 2013 https://blog.docker.com/2013/09/red-hat-and-docker- collaborate/ História
História ou Notícia ? Microsoft e AWS http://news.microsoft.com/2014/10/15/dockerpr/ http://aws.amazon.com/pt/ecs/
OS Level Virtualization
Conceito Virtualização a nível de sistema operacional
LinuX Containers - LXC
Containers vs. VMs
Estrutura
Volumes and Layers AUFS btrfs
Docker CLI docker ps docker images docker pull/push docker run/stop
Motivação Entrega mais rápida Deploy and scale Maior densidade
Desenvolvedor Isolamento de ambientes Proximidade com ambiente de produção Simples
e rápido de repetir
Sysadmin Orchestration Isolation Service/App Profiles
./Dockerfile
./Dockerfile FROM RUN ADD/COPY VOLUMES EXPOSE CMD …
Na prática …