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
51
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
140
Other Decks in Programming
See All in Programming
ペアーズにおけるAmazon Bedrockを⽤いた障害対応⽀援 ⽣成AIツールの導⼊事例 @ 20241115配信AWSウェビナー登壇
fukubaka0825
6
1.9k
Amazon Bedrock Agentsを用いてアプリ開発してみた!
har1101
0
340
Macとオーディオ再生 2024/11/02
yusukeito
0
370
Tauriでネイティブアプリを作りたい
tsucchinoko
0
370
リアーキテクチャxDDD 1年間の取り組みと進化
hsawaji
1
220
Duckdb-Wasmでローカルダッシュボードを作ってみた
nkforwork
0
130
シェーダーで魅せるMapLibreの動的ラスタータイル
satoshi7190
1
480
CSC509 Lecture 13
javiergs
PRO
0
110
ヤプリ新卒SREの オンボーディング
masaki12
0
130
OnlineTestConf: Test Automation Friend or Foe
maaretp
0
110
聞き手から登壇者へ: RubyKaigi2024 LTでの初挑戦が 教えてくれた、可能性の星
mikik0
1
130
エンジニアとして関わる要件と仕様(公開用)
murabayashi
0
290
Featured
See All Featured
Done Done
chrislema
181
16k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
28
2k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
364
24k
Git: the NoSQL Database
bkeepers
PRO
427
64k
Designing on Purpose - Digital PM Summit 2013
jponch
115
7k
Optimising Largest Contentful Paint
csswizardry
33
2.9k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
47
2.1k
It's Worth the Effort
3n
183
27k
Rebuilding a faster, lazier Slack
samanthasiow
79
8.7k
How GitHub (no longer) Works
holman
310
140k
Java REST API Framework Comparison - PWX 2021
mraible
PRO
28
8.2k
How STYLIGHT went responsive
nonsquared
95
5.2k
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.