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
150
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
67
Open Source: Resources For Your Next Project - forLoop Nairobi
otienoh
2
180
7 Habits of Highly Effective People & Tools
otienoh
0
130
Hi, I am MialeBot. Let’s start learning
otienoh
1
160
Other Decks in Programming
See All in Programming
CSC307 Lecture 08
javiergs
PRO
0
690
Head of Engineeringが現場で回した生産性向上施策 2025→2026
gessy0129
PRO
0
190
CSC307 Lecture 12
javiergs
PRO
0
450
PostgreSQL を使った快適な go test 環境を求めて
otakakot
0
310
JPUG勉強会 OSSデータベースの内部構造を理解しよう
oga5
2
220
2026年は Rust 置き換えが流行る! / 20260220-niigata-5min-tech
girigiribauer
0
200
「やめとこ」がなくなった — 1月にZennを始めて22本書いた AI共創開発のリアル
atani14
0
190
「ブロックテーマでは再現できない」は本当か?
inc2734
0
1.1k
今、アーキテクトとして 品質保証にどう関わるか
nealle
0
180
Oxlint JS plugins
kazupon
1
1.1k
FOSDEM 2026: STUNMESH-go: Building P2P WireGuard Mesh Without Self-Hosted Infrastructure
tjjh89017
0
190
Ruby x Terminal
a_matsuda
4
320
Featured
See All Featured
Exploring anti-patterns in Rails
aemeredith
2
280
Docker and Python
trallard
47
3.7k
The Impact of AI in SEO - AI Overviews June 2024 Edition
aleyda
5
750
Understanding Cognitive Biases in Performance Measurement
bluesmoon
32
2.8k
Scaling GitHub
holman
464
140k
Site-Speed That Sticks
csswizardry
13
1.1k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
17k
Test your architecture with Archunit
thirion
1
2.2k
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.6k
The innovator’s Mindset - Leading Through an Era of Exponential Change - McGill University 2025
jdejongh
PRO
1
110
Leveraging Curiosity to Care for An Aging Population
cassininazir
1
180
SERP Conf. Vienna - Web Accessibility: Optimizing for Inclusivity and SEO
sarafernandez
1
1.3k
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.