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
Serena MCPのすすめ
wadakatu
4
1k
チームの境界をブチ抜いていけ
tokai235
0
190
技術的負債の正体を知って向き合う
irof
0
190
CSC509 Lecture 04
javiergs
PRO
0
300
他言語経験者が Golangci-lint を最初のコーディングメンターにした話 / How Golangci-lint Became My First Coding Mentor: A Story from a Polyglot Programmer
uma31
0
200
Go Conference 2025: Goで体感するMultipath TCP ― Go 1.24 時代の MPTCP Listener を理解する
takehaya
9
1.7k
Pull-Requestの内容を1クリックで動作確認可能にするワークフロー
natmark
2
520
CSC305 Lecture 06
javiergs
PRO
0
250
大規模アプリのDIフレームワーク刷新戦略 ~過去最大規模の並行開発を止めずにアプリ全体に導入するまで~
mot_techtalk
1
470
One Enishi After Another
snoozer05
PRO
0
120
Leading Effective Engineering Teams in the AI Era
addyosmani
7
470
Foundation Modelsを実装日本語学習アプリを作ってみた!
hypebeans
0
120
Featured
See All Featured
How to Ace a Technical Interview
jacobian
280
24k
Music & Morning Musume
bryan
46
6.8k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
37
2.6k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
31
9.7k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
31
2.7k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4k
BBQ
matthewcrist
89
9.8k
4 Signs Your Business is Dying
shpigford
185
22k
Building an army of robots
kneath
306
46k
What’s in a name? Adding method to the madness
productmarketing
PRO
24
3.7k
A Tale of Four Properties
chriscoyier
161
23k
Designing for humans not robots
tammielis
254
26k
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.