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
840
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
110
RESTful APIs
endersonmaia
5
1.3k
Other Decks in Technology
See All in Technology
embedパッケージを深掘りする / Deep Dive into embed Package in Go
task4233
1
220
いま現場PMのあなたが、 経営と向き合うPMになるために 必要なこと、腹をくくること
hiro93n
9
7.7k
コロプラのオンボーディングを採用から語りたい
colopl
5
1.3k
AWS re:Invent 2024 re:Cap Taipei (for Developer): New Launches that facilitate Developer Workflow and Continuous Innovation
dwchiang
0
170
ドメイン駆動設計の実践により事業の成長スピードと保守性を両立するショッピングクーポン
lycorptech_jp
PRO
13
2.2k
20250116_JAWS_Osaka
takuyay0ne
2
200
RubyでKubernetesプログラミング
sat
PRO
4
160
[IBM TechXchange Dojo]Watson Discoveryとwatsonx.aiでRAGを実現!事例のご紹介+座学②
siyuanzh09
0
110
2025年に挑戦したいこと
molmolken
0
160
PaaSの歴史と、 アプリケーションプラットフォームのこれから
jacopen
7
1.5k
AWSマルチアカウント統制環境のすゝめ / 20250115 Mitsutoshi Matsuo
shift_evolve
0
120
GoogleのAIエージェント論 Authors: Julia Wiesinger, Patrick Marlow and Vladimir Vuskovic
customercloud
PRO
0
160
Featured
See All Featured
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
28
9.2k
Stop Working from a Prison Cell
hatefulcrawdad
267
20k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
7
570
Fontdeck: Realign not Redesign
paulrobertlloyd
82
5.3k
Fashionably flexible responsive web design (full day workshop)
malarkey
406
66k
Building Better People: How to give real-time feedback that sticks.
wjessup
366
19k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
365
25k
Building Applications with DynamoDB
mza
93
6.2k
A designer walks into a library…
pauljervisheath
205
24k
GraphQLとの向き合い方2022年版
quramy
44
13k
Raft: Consensus for Rubyists
vanstee
137
6.7k
Building a Scalable Design System with Sketch
lauravandoore
460
33k
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 …