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
20251024_TROCCO/COMETAアップデート紹介といくつかデモもやります!_#p_UG 東京:データ活用が進む組織の作り方
soysoysoyb
0
130
東京大学「Agile-X」のFPGA AIデザインハッカソンを制したソニーのAI最適化
sony
0
160
Amazon Athena で JSON・Parquet・Iceberg のデータを検索し、性能を比較してみた
shigeruoda
1
240
猫でもわかるAmazon Q Developer CLI 解体新書
kentapapa
1
150
可観測性は開発環境から、開発環境にもオブザーバビリティ導入のススメ
layerx
PRO
4
1.9k
JAWS UG AI/ML #32 Amazon BedrockモデルのライフサイクルとEOL対応/How Amazon Bedrock Model Lifecycle Works
quiver
1
120
SOTA競争から人間を超える画像認識へ
shinya7y
0
620
OPENLOGI Company Profile for engineer
hr01
1
46k
データとAIで明らかになる、私たちの課題 ~Snowflake MCP,Salesforce MCPに触れて~ / Data and AI Insights
kaonavi
0
170
ざっくり学ぶ 『エンジニアリングリーダー 技術組織を育てるリーダーシップと セルフマネジメント』 / 50 minute Engineering Leader
iwashi86
6
3.5k
様々なファイルシステム
sat
PRO
0
270
Dify on AWS 環境構築手順
yosse95ai
0
170
Featured
See All Featured
Balancing Empowerment & Direction
lara
5
700
Reflections from 52 weeks, 52 projects
jeffersonlam
355
21k
Build your cross-platform service in a week with App Engine
jlugia
234
18k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
127
54k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.7k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
253
22k
A Modern Web Designer's Workflow
chriscoyier
697
190k
Fireside Chat
paigeccino
41
3.7k
GraphQLとの向き合い方2022年版
quramy
49
14k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
359
30k
Unsuck your backbone
ammeep
671
58k
It's Worth the Effort
3n
187
28k
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 …