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
320
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.3k
An Introduction to Celery
gchandrasa
8
5.1k
Other Decks in Programming
See All in Programming
GitHub Actionsのキャッシュと手を挙げることの大切さとそれに必要なこと
satoshi256kbyte
5
430
Kaigi on Rails 2024 〜運営の裏側〜
krpk1900
1
220
watsonx.ai Dojo #4 生成AIを使ったアプリ開発、応用編
oniak3ibm
PRO
1
130
3rd party scriptでもReactを使いたい! Preact + Reactのハイブリッド開発
righttouch
PRO
1
600
TypeScriptでライブラリとの依存を限定的にする方法
tutinoko
2
670
Amazon Bedrock Agentsを用いてアプリ開発してみた!
har1101
0
340
subpath importsで始めるモック生活
10tera
0
300
Generative AI Use Cases JP (略称:GenU)奮闘記
hideg
1
290
距離関数を極める! / SESSIONS 2024
gam0022
0
280
見せてあげますよ、「本物のLaravel批判」ってやつを。
77web
7
7.8k
Hotwire or React? ~アフタートーク・本編に含めなかった話~ / Hotwire or React? after talk
harunatsujita
1
120
AI時代におけるSRE、 あるいはエンジニアの生存戦略
pyama86
6
1.1k
Featured
See All Featured
Mobile First: as difficult as doing things right
swwweet
222
8.9k
KATA
mclloyd
29
14k
Documentation Writing (for coders)
carmenintech
65
4.4k
Side Projects
sachag
452
42k
5 minutes of I Can Smell Your CMS
philhawksworth
202
19k
A Modern Web Designer's Workflow
chriscoyier
693
190k
Measuring & Analyzing Core Web Vitals
bluesmoon
4
120
Building Flexible Design Systems
yeseniaperezcruz
327
38k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
93
16k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
364
24k
Bash Introduction
62gerente
608
210k
No one is an island. Learnings from fostering a developers community.
thoeni
19
3k
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