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
バッチ処理を「状態の記録」から「事実の記録」へ
panda728
PRO
0
200
ALL CODE BASE ARE BELONG TO STUDY
uzulla
28
6.8k
三者三様 宣言的UI
kkagurazaka
0
280
マイベストのシンプルなデータ基盤の話 - Googleスイートとのつき合い方 / mybest-simple-data-architecture-google-nized
snhryt
0
100
CSC305 Lecture 12
javiergs
PRO
0
240
Blazing Fast UI Development with Compose Hot Reload (droidcon London 2025)
zsmb
0
390
フロントエンド開発のためのブラウザ組み込みAI入門
masashi
7
3.6k
Developer Joy - The New Paradigm
hollycummins
1
380
CSC509 Lecture 08
javiergs
PRO
0
260
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
570
CSC509 Lecture 07
javiergs
PRO
0
250
Go言語はstack overflowの夢を見るか?
logica0419
0
650
Featured
See All Featured
Making Projects Easy
brettharned
120
6.4k
Statistics for Hackers
jakevdp
799
220k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
127
54k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.6k
What's in a price? How to price your products and services
michaelherold
246
12k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
359
30k
A Modern Web Designer's Workflow
chriscoyier
697
190k
Building Better People: How to give real-time feedback that sticks.
wjessup
370
20k
Building Applications with DynamoDB
mza
96
6.7k
Into the Great Unknown - MozCon
thekraken
40
2.1k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
Typedesign – Prime Four
hannesfritz
42
2.8k
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