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
Dockerizando Ambientes de Desenvolvimento
Search
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
Matheus Andrade
June 11, 2019
Technology
0
41
Dockerizando Ambientes de Desenvolvimento
Simples talk de introdução ao Docker para equipe de desenvolvimento.
Matheus Andrade
June 11, 2019
Tweet
Share
More Decks by Matheus Andrade
See All by Matheus Andrade
Precisamos falar sobre Software Sustentável
matheuslao
0
17
Iracema: Assistente Virtual do Ministério Público da Bahia
matheuslao
0
23
Práticas DevOps no TRT5ª Região
matheuslao
0
27
Infra Ágil
matheuslao
0
110
Git Básico em 60 minutos
matheuslao
0
120
Orientação a Objetos - Primeiros Passos
matheuslao
0
52
Ambiente de Desenvolvimento RoR com Vagrant
matheuslao
1
51
Git: Primeiras Impressões
matheuslao
2
250
Introdução às Metodologias Ágeis de Software
matheuslao
1
99
Other Decks in Technology
See All in Technology
Contract One Engineering Unit 紹介資料
sansan33
PRO
0
14k
バクラクのSREにおけるAgentic AIへの挑戦/Our Journey with Agentic AI
taddy_919
2
1.1k
楽しく学ぼう!ネットワーク入門
shotashiratori
0
280
Bill One 開発エンジニア 紹介資料
sansan33
PRO
5
18k
Claude Codeが爆速進化してプラグイン追従がつらいので半自動化した話 ver.2
rfdnxbro
0
430
Introduction to Sansan for Engineers / エンジニア向け会社紹介
sansan33
PRO
6
72k
JAWS DAYS 2026 楽しく学ぼう!ストレージ 入門
yoshiki0705
2
110
トップマネジメントとコンピテンシーから考えるエンジニアリングマネジメント
zigorou
4
740
IBM Bobを使って、PostgreSQLのToDoアプリをDb2へ変換してみよう/202603_Dojo_Bob
mayumihirano
0
220
組織のSREを推進するためのPlatform EngineeringとEKS / Platform Engineering and EKS to drive SRE in your organization
chmikata
0
190
Oracle Database@Google Cloud:サービス概要のご紹介
oracle4engineer
PRO
5
1.1k
LINE Messengerの次世代ストレージ選定
lycorptech_jp
PRO
19
7.5k
Featured
See All Featured
The Cost Of JavaScript in 2023
addyosmani
55
9.7k
[SF Ruby Conf 2025] Rails X
palkan
2
820
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3.3k
svc-hook: hooking system calls on ARM64 by binary rewriting
retrage
2
150
Bioeconomy Workshop: Dr. Julius Ecuru, Opportunities for a Bioeconomy in West Africa
akademiya2063
PRO
1
68
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
2.4k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
141
35k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
46
2.7k
So, you think you're a good person
axbom
PRO
2
1.9k
DevOps and Value Stream Thinking: Enabling flow, efficiency and business value
helenjbeal
1
140
Amusing Abliteration
ianozsvald
0
120
Between Models and Reality
mayunak
2
230
Transcript
Dockerizando Ambientes de Desenvolvimento Workshop na SETIC - TRT5 Matheus
Andrade - Junho/2019 @matheuslao
O que é Docker?
O que é Container?
https://www.docker.com/resources/what-container
https://img.bigtests.club/static/imagens/seumadruga290718.jpg
Um container Linux é um conjunto de um ou mais
processos organizados isoladamente do sistema.
Um container Linux é um conjunto de um ou mais
processos organizados isoladamente do sistema.
E a Máquina Virtual (VM)?
https://www.docker.com/resources/what-container
https://about.gitlab.com/images/blogimages/containers-vm-bare-metal.png
https://www.researchgate.net/profile/Karen_Scarfone/publication/329973333/figure/fig1/AS:708952811655168@1546038930241/ Virtual-Machine-and-Container-Deployments.png
Um container Linux …..
Containers Windows Linux ... x86_64 armv7l ... https://github.com/luizcarlosfaria/kb/wiki/Docker-no-Windows-vs-Docker-no-Linux
os sistemas ARM Linux executam containers ARM Linux os sistemas
x86 Linux executam containers x86 Linux sistemas x86_64 Windows executam containers x86_64 Windows. ...
Container não é coisa nova...
CHROOT 1979
FreeBSD JAIL 1999/2000
Solaris Containers (Zones) 2004
https://openvz.org
CGROUPS 2006
http://blog.ti.lemaf.ufla.br/content/images/2016/05/lxc.png 2008
DotCloud 2008
Docker 2013
O que é Docker?
engine-components-flow.png
engine-components-flow.png
Docker é Rei?
https://www.opencontainers.org
https://www.cncf.io
Mão na Massa!