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
340
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
ふつうのRubyist、ちいさなデバイス、大きな一年 / Ordinary Rubyists, Tiny Devices, Big Year
chobishiba
1
470
モダンOBSプラグイン開発
umireon
0
150
安いハードウェアでVulkan
fadis
0
410
DevinとClaude Code、SREの現場で使い倒してみた件
karia
1
1.1k
Takumiから考えるSecurity_Maturity_Model.pdf
gessy0129
1
150
CSC307 Lecture 14
javiergs
PRO
0
480
AI時代のソフトウェア開発でも「人が仕様を書く」から始めよう-医療IT現場での実践とこれから
koukimiura
0
150
GoのDB アクセスにおける 「型安全」と「柔軟性」の両立 - Bob という選択肢
tak848
0
210
Swift ConcurrencyでよりSwiftyに
yuukiw00w
0
270
脱 雰囲気実装!AgentCoreを良い感じにWEBアプリケーションに組み込むために
takuyay0ne
3
280
AI活用のコスパを最大化する方法
ochtum
0
180
RubyとGoでゼロから作る証券システム: 高信頼性が求められるシステムのコードの外側にある設計と運用のリアル
free_world21
0
310
Featured
See All Featured
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
199
73k
SERP Conf. Vienna - Web Accessibility: Optimizing for Inclusivity and SEO
sarafernandez
1
1.3k
How People are Using Generative and Agentic AI to Supercharge Their Products, Projects, Services and Value Streams Today
helenjbeal
1
140
My Coaching Mixtape
mlcsv
0
76
We Have a Design System, Now What?
morganepeng
55
8k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
122
21k
Automating Front-end Workflow
addyosmani
1370
200k
brightonSEO & MeasureFest 2025 - Christian Goodrich - Winning strategies for Black Friday CRO & PPC
cargoodrich
3
120
Discover your Explorer Soul
emna__ayadi
2
1.1k
Docker and Python
trallard
47
3.8k
Taking LLMs out of the black box: A practical guide to human-in-the-loop distillation
inesmontani
PRO
3
2.1k
Scaling GitHub
holman
464
140k
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