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 & PHP Talk - Otieno Julie
Search
Otienoh
July 31, 2016
Programming
2
130
Docker & PHP Talk - Otieno Julie
#PHPUserGroupKenya Presentation on Docker and PHP
Otienoh
July 31, 2016
Tweet
Share
More Decks by Otienoh
See All by Otienoh
Tools for your Next Data Project
otienoh
0
58
Open Source: Resources For Your Next Project - forLoop Nairobi
otienoh
2
170
7 Habits of Highly Effective People & Tools
otienoh
0
120
Hi, I am MialeBot. Let’s start learning
otienoh
1
150
Other Decks in Programming
See All in Programming
JSONataを使ってみよう Step Functionsが楽しくなる実践テクニック #devio2025
dafujii
1
530
Testing Trophyは叫ばない
toms74209200
0
880
OSS開発者という働き方
andpad
5
1.7k
Rancher と Terraform
fufuhu
2
550
ファインディ株式会社におけるMCP活用とサービス開発
starfish719
0
1.7k
HTMLの品質ってなんだっけ? “HTMLクライテリア”の設計と実践
unachang113
4
2.9k
請來的 AI Agent 同事們在寫程式時,怎麼用 pytest 去除各種幻想與盲點
keitheis
0
120
ぬるぬる動かせ! Riveでアニメーション実装🐾
kno3a87
1
220
知っているようで知らない"rails new"の世界 / The World of "rails new" You Think You Know but Don't
luccafort
PRO
1
160
そのAPI、誰のため? Androidライブラリ設計における利用者目線の実践テクニック
mkeeda
2
310
意外と簡単!?フロントエンドでパスキー認証を実現する WebAuthn
teamlab
PRO
2
760
機能追加とリーダー業務の類似性
rinchoku
2
1.3k
Featured
See All Featured
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.4k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
112
20k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
RailsConf 2023
tenderlove
30
1.2k
GraphQLとの向き合い方2022年版
quramy
49
14k
Being A Developer After 40
akosma
90
590k
Context Engineering - Making Every Token Count
addyosmani
3
49
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3k
Build The Right Thing And Hit Your Dates
maggiecrowley
37
2.9k
The Power of CSS Pseudo Elements
geoffreycrofte
77
6k
Transcript
None
ABOUT ME? I currently develop full-time for Arifu, freelance occasionally
at Arcturus & write idiotic articles for my blog otienojulie.com “Otieno Julie”
WHAT IS DOCKER? “Docker provides an open platform of software
containers making building, shipping and running our business applications an easy task” – Otieno Julie
WHAT IS DOCKER? Packaging your entire app Tech-Stack in a
“Sandbox” that contains everything it needs to run or execute in any environment.
CONTAINER VS VM? VM - Isolation by abstraction of physical
hardware. Container - Isolation by abstraction of user space.
CORE CONCEPTS? Docker images, Docker registries & Docker containers
DOCKERFILE?
DEMO?
RESOURCES FOR U? Docker Installation TLDR guide here Check out
all the commands used in the demo here Articles on DevOps, Cloud Hosting & Deployment, CD/CI & programming can be found here Look into Docker Compose & Docker Swarm
CREDITS!! @Docker @Eboraas @Ihub Meetup.com/phpkenya
THANK U!! Twitter: @otienojulie1 Email:
[email protected]
LinkedIn: https://ke.linkedin.com/in/otienojulie Blog: www.otienojulie.com
We've seen a lot of Docker, but there's a lot more to it.