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
140
RESTful APIs
endersonmaia
5
1.3k
Other Decks in Technology
See All in Technology
OCI Security サービス 概要
oracle4engineer
PRO
2
13k
JAWS FESTA 2025でリリースしたほぼリアルタイム文字起こし/翻訳機能の構成について
naoki8408
1
310
Abuse report だけじゃない。AWS から緊急連絡が来る状況とは?昨今の攻撃や被害の事例の紹介と備えておきたい考え方について
kazzpapa3
1
480
製造業ドメインにおける LLMプロダクト構築: 複雑な文脈へのアプローチ
caddi_eng
1
550
技術的負債の泥沼から組織を救う3つの転換点
nwiizo
8
3.6k
AI時代のSaaSとETL
shoe116
1
110
20260311 技術SWG活動報告(デジタルアイデンティティ人材育成推進WG Ph2 活動報告会)
oidfj
0
290
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
6.1k
ナレッジワーク IT情報系キャリア研究セッション資料(情報処理学会 第88回全国大会 )
kworkdev
PRO
0
160
Scrumは歪む — 組織設計の原理原則
dashi
0
120
トップマネジメントとコンピテンシーから考えるエンジニアリングマネジメント
zigorou
4
840
マルチプレーンGPUネットワークを実現するシャッフルアーキテクチャの整理と考察
markunet
2
230
Featured
See All Featured
Redefining SEO in the New Era of Traffic Generation
szymonslowik
1
240
Darren the Foodie - Storyboard
khoart
PRO
3
2.8k
Making the Leap to Tech Lead
cromwellryan
135
9.8k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
9
1.2k
Kristin Tynski - Automating Marketing Tasks With AI
techseoconnect
PRO
0
190
Art, The Web, and Tiny UX
lynnandtonic
304
21k
Statistics for Hackers
jakevdp
799
230k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
35
2.4k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
54k
Build The Right Thing And Hit Your Dates
maggiecrowley
39
3.1k
Why Our Code Smells
bkeepers
PRO
340
58k
Primal Persuasion: How to Engage the Brain for Learning That Lasts
tmiket
0
290
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 …