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
さようなら Date。 ようこそTemporal! 3年間先行利用して得られた知見の共有
8beeeaaat
2
1.3k
Jakarta EE Core Profile and Helidon - Speed, Simplicity, and AI Integration
ivargrimstad
0
350
Claude Codeで挑むOSSコントリビュート
eycjur
0
190
UbieのAIパートナーを支えるコンテキストエンジニアリング実践
syucream
2
830
react-callを使ってダイヤログをいろんなとこで再利用しよう!
shinaps
1
180
Improving my own Ruby thereafter
sisshiki1969
1
150
レガシープロジェクトで最大限AIの恩恵を受けられるようClaude Codeを利用する
tk1351
4
1.6k
奥深くて厄介な「改行」と仲良くなる20分
oguemon
1
440
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
240
TDD 実践ミニトーク
contour_gara
1
290
🔨 小さなビルドシステムを作る
momeemt
3
660
ECS初心者の仲間 – TUIツール「e1s」の紹介
keidarcy
0
150
Featured
See All Featured
Building a Modern Day E-commerce SEO Strategy
aleyda
43
7.5k
Balancing Empowerment & Direction
lara
3
610
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3k
The Straight Up "How To Draw Better" Workshop
denniskardys
236
140k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
51
5.6k
For a Future-Friendly Web
brad_frost
180
9.9k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
9
800
Why Our Code Smells
bkeepers
PRO
339
57k
Fireside Chat
paigeccino
39
3.6k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
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.