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
120
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
49
Open Source: Resources For Your Next Project - forLoop Nairobi
otienoh
2
160
7 Habits of Highly Effective People & Tools
otienoh
0
110
Hi, I am MialeBot. Let’s start learning
otienoh
1
140
Other Decks in Programming
See All in Programming
ESLint Rule により事業, 技術ドメインに沿った制約と誓約を敷衍させるアプローチのすゝめ
shinyaigeek
1
2.9k
dRuby 入門者によるあなたの身近にあるdRuby 入門
makicamel
4
340
『ドメイン駆動設計をはじめよう』中核の業務領域
masuda220
PRO
5
900
React + TextAliveでカッコいいLyric Applicatioinを作ろう!!
tosuri13
0
370
Architecture Decision Record (ADR)
nearme_tech
PRO
1
590
Go Code Generation at newmo / 2024-08-27 #newmo_layerx_go
genkey6
0
540
Appleの新しいプライバシー要件対応: ノーコードアプリ プラットフォームの実践事例
nao_randd
1
510
僕が思い描くTypeScriptの未来を勝手に先取りする
yukukotani
7
2.2k
全力の跳躍を捉える計測アプリを作る
ogijun2018
1
1.3k
プログラマのための音楽入門
cheebow
5
560
暴走のウホーレン 〜想いってのはvimrcにしないと伝わらないんだぜ〜 / iosdc_japan_2024
uhooi
1
240
GraphQL あるいは React における自律的なデータ取得について
quramy
9
2.4k
Featured
See All Featured
Six Lessons from altMBA
skipperchong
26
3.3k
A designer walks into a library…
pauljervisheath
201
24k
Fashionably flexible responsive web design (full day workshop)
malarkey
401
65k
KATA
mclloyd
27
13k
Designing the Hi-DPI Web
ddemaree
278
34k
Designing for Performance
lara
604
68k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
278
13k
Navigating Team Friction
lara
183
13k
Rebuilding a faster, lazier Slack
samanthasiow
78
8.5k
In The Pink: A Labor of Love
frogandcode
139
22k
Debugging Ruby Performance
tmm1
72
12k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
34
1.9k
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.