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
Docker + Django
Search
Gilang Chandrasa
December 21, 2013
Programming
2
330
Docker + Django
Introduction to Docker and running Django on Docker
Gilang Chandrasa
December 21, 2013
Tweet
Share
More Decks by Gilang Chandrasa
See All by Gilang Chandrasa
Haystack + ElasticSearch
gchandrasa
2
2.4k
An Introduction to Celery
gchandrasa
8
5.1k
Other Decks in Programming
See All in Programming
非同期jobをtransaction内で 呼ぶなよ!絶対に呼ぶなよ!
alstrocrack
0
580
GitHub Actions × AWS OIDC連携の仕組みと経緯を理解する
ota1022
0
250
エンジニアとして高みを目指す、 利益を生み出す設計の考え方 / design-for-profit
minodriven
24
12k
Devoxx BE - Local Development in the AI Era
kdubois
0
100
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
230
Building, Deploying, and Monitoring Ruby Web Applications with Falcon (Kaigi on Rails 2025)
ioquatix
3
1.4k
デミカツ切り抜きで面倒くさいことはPythonにやらせよう
aokswork3
0
210
オープンソースソフトウェアへの解像度🔬
utam0k
5
1.1k
なぜあの開発者はDevRelに伴走し続けるのか / Why Does That Developer Keep Running Alongside DevRel?
nrslib
3
390
階層構造を表現するデータ構造とリファクタリング 〜1年で10倍成長したプロダクトの変化と課題〜
yuhisatoxxx
3
950
Domain-centric? Why Hexagonal, Onion, and Clean Architecture Are Answers to the Wrong Question
olivergierke
2
720
CSC305 Lecture 02
javiergs
PRO
1
260
Featured
See All Featured
Building a Modern Day E-commerce SEO Strategy
aleyda
43
7.7k
Embracing the Ebb and Flow
colly
88
4.8k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
Speed Design
sergeychernyshev
32
1.1k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3.1k
Art, The Web, and Tiny UX
lynnandtonic
303
21k
Build your cross-platform service in a week with App Engine
jlugia
232
18k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.7k
Building Better People: How to give real-time feedback that sticks.
wjessup
368
20k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3.1k
Transcript
None
docker Docker adalah open source proyek untuk mempermudah membuat sebuah
sistem pemaketan yang ringan, mudah dipindahkan untuk berbagai aplikasi
Terminologi • Container - Linux container • Image - sebuah
snapshot dari container • Index - sebuah direktori publik untuk docker image • Dockerfile - sebuah script otomatis untuk membuat sebuah image
Perintah Umum • ps - melihat daftar container dalam sistem
• images - melihat daftar images dalam sistem • run - menjalankan perintah terhadap image dan membuat container • stop - memberhentikan perintah yang sedang dijalankan • pull - mengambil image baru dari docker index
django + docker • docker pull kencochrane/django-docker • docker run
-d -p :8000 kencochrane/ django-docker • docker port <container-id> 8000
Terima Kasih Gilang Chandrasa @gchandrasa