Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Speaker Deck
PRO
Sign in
Sign up for free
Docker
Duke
October 09, 2015
Technology
0
68
Docker
Tech Talk sobre socker
Duke
October 09, 2015
Tweet
Share
More Decks by Duke
See All by Duke
Lightning Talk: Testes em Javascript
dukex
0
93
Lightning Talk: Fluxo (básico) Ember 1.x.x
dukex
0
80
Concorrência em GO
dukex
0
26
Meetup Go - Como construi o uhuraapp.com
dukex
4
650
Realtime - Usando o MeteorJS
dukex
3
580
Como fazer API melhor que o governo?
dukex
1
650
Raspagem de Dados com Ruby
dukex
1
830
Grid System com Amor
dukex
0
670
Abrindo Dados na unha
dukex
1
75
Other Decks in Technology
See All in Technology
Deep Neural Networkの共同学習
hf149
0
220
GraphQLスキーマ設計の勘所
yukukotani
26
6.2k
SmartHRからOktaへのSCIM連携で作り出すHRドリブンのアカウント管理
jousysmiler
1
120
もし本番ネットワークをまるごと仮想環境に”コピー”できたらうれしいですか? / janog51
corestate55
0
370
ROS_Japan_UG_#49_LT
maeharakeisuke
0
220
OCI技術資料 : ロード・バランサー 詳細 / Load Balancer 200
ocise
2
7.2k
マイクロサービス宣言から8年 振り返りとこれから / Eight Years After the Microservices Declaration A Look Back and A Look Ahead
eisuke
2
150
Oracle Transaction Manager for Microservices Free 22.3 製品概要
oracle4engineer
PRO
5
100
スクラム導入して変わったチーム、組織のありかた
yumechi
0
190
Stripe / Okta Customer Identity Cloud(旧Auth0) の採用に至った理由 〜モリサワの SaaS 戦略〜
tomuro
0
130
ChatGPT for Hacking
anugrahsr
0
4.4k
AWS re:Invent 2022で発表された新機能を試してみた ~Cloud OperationとSecurity~ / New Cloud Operation and Security Features Announced at AWS reInvent 2022
yuj1osm
1
200
Featured
See All Featured
Optimizing for Happiness
mojombo
365
64k
It's Worth the Effort
3n
177
26k
How To Stay Up To Date on Web Technology
chriscoyier
779
250k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
7
570
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
182
15k
The Cult of Friendly URLs
andyhume
69
5.1k
Testing 201, or: Great Expectations
jmmastey
25
5.7k
Building Flexible Design Systems
yeseniaperezcruz
314
35k
A better future with KSS
kneath
230
16k
Put a Button on it: Removing Barriers to Going Fast.
kastner
56
2.5k
The Straight Up "How To Draw Better" Workshop
denniskardys
226
130k
What's in a price? How to price your products and services
michaelherold
233
9.7k
Transcript
docker
Na minha máquina funciona!!!
Vagrant
virtualização
A empresa tinha scripts que administrava containers linux
Linux Containers? Primeiro release saiu agosto de 2008
None
None
$ docker pull image-name $ docker pull user/image $ docker
images
None
$ docker pull rails $ docker pull ubuntu $ docker
pull node $ docker pull grafana/grafana
Demo
Dockerfile docs.docker. com/reference/builder
FROM rails RUN rake db:bootstrap RUN rake test
Docker Compose docs.docker.com/compose
E mais... diff, commit, docker-machine, swarm, kubernetes... www.docker.com/products/overview