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
140
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
高度なUI/UXこそHotwireで作ろう Kaigi on Rails 2025
naofumi
4
3.2k
育てるアーキテクチャ:戦い抜くPythonマイクロサービスの設計と進化戦略
fujidomoe
1
150
Local Peer-to-Peer APIはどのように使われていくのか?
hal_spidernight
2
440
iOS 17で追加されたSubscriptionStoreView を利用して5分でサブスク実装チャレンジ
natmark
0
500
止められない医療アプリ、そっと Swift 6 へ
medley
1
110
Pull-Requestの内容を1クリックで動作確認可能にするワークフロー
natmark
1
440
CSC509 Lecture 01
javiergs
PRO
1
430
Introducing ReActionView: A new ActionView-Compatible ERB Engine @ Kaigi on Rails 2025, Tokyo, Japan
marcoroth
3
890
開発生産性を上げるための生成AI活用術
starfish719
1
150
10年もののAPIサーバーにおけるCI/CDの改善の奮闘
mbook
0
720
詳しくない分野でのVibe Codingで困ったことと学び/vibe-coding-in-unfamiliar-area
shibayu36
3
3.7k
猫と暮らすネットワークカメラ生活🐈 ~Vision frameworkでペットを愛でよう~ / iOSDC Japan 2025
yutailang0119
0
220
Featured
See All Featured
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
54
3k
Stop Working from a Prison Cell
hatefulcrawdad
271
21k
The World Runs on Bad Software
bkeepers
PRO
71
11k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
657
61k
Statistics for Hackers
jakevdp
799
220k
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.7k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
9
960
The Pragmatic Product Professional
lauravandoore
36
6.9k
Site-Speed That Sticks
csswizardry
11
880
Side Projects
sachag
455
43k
Scaling GitHub
holman
463
140k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
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.