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
エンジニアの「手元の自動化」を加速するn8n 2026.02.27
symy2co
0
160
へんな働き方
yusukebe
4
2.3k
それはエンジニアリングの糧である:AI開発のためにAIのOSSを開発する現場より / It serves as fuel for engineering: insights from the field of developing open-source AI for AI development.
nrslib
0
110
安いハードウェアでVulkan
fadis
0
440
20260313 - Grafana & Friends Taipei #1 - Kubernetes v1.36 的開發雜記:那些困在 Alpha 加護病房太久的 Metrics
tico88612
0
210
ふつうの Rubyist、ちいさなデバイス、大きな一年
bash0c7
0
1k
クライアントワークでSREをするということ。あるいは事業会社におけるSREと同じこと・違うこと
nnaka2992
1
350
技術検証結果の整理と解析をAIに任せよう!
keisukeikeda
0
130
Claude Codeログ基盤の構築
giginet
PRO
7
3.4k
DevinとClaude Code、SREの現場で使い倒してみた件
karia
1
1.1k
Windows on Ryzen and I
seosoft
0
320
RAGでハマりがちな"Excelの罠"を、データの構造化で突破する
harumiweb
9
2.9k
Featured
See All Featured
What’s in a name? Adding method to the madness
productmarketing
PRO
24
4k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.5k
SEO in 2025: How to Prepare for the Future of Search
ipullrank
3
3.4k
Getting science done with accelerated Python computing platforms
jacobtomlinson
2
140
How to Talk to Developers About Accessibility
jct
2
150
Marketing Yourself as an Engineer | Alaka | Gurzu
gurzu
0
150
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
231
22k
Everyday Curiosity
cassininazir
0
160
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
37
6.3k
Ruling the World: When Life Gets Gamed
codingconduct
0
180
What's in a price? How to price your products and services
michaelherold
247
13k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
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