SlideShare a Scribd company logo
Docker Enables
DevOps
Boyd E. Hemphill
@behemphi @stackengine
Let’s Get
Acquainted
Background
Background
Oracle Developer,
MySQL DBA, PHP
Developer, System
Architect, DevOps
Director (snickering
encouraged),
Evangelist
Background
Oracle Developer,
MySQL DBA, PHP
Developer, System
Architect, DevOps
Director (snickering
encouraged)
Started Austin
DevOps In 2012
Background
Oracle Developer, MySQL
DBA, PHP Developer,
System Architect, DevOps
Director (snickering
encouraged)
Started Austin DevOps
In 2012
Co-Organizer of DevOps
Days Austin
Background
Oracle Developer, MySQL
DBA, PHP Developer, System
Architect, DevOps Director
(snickering encouraged)
Started Austin DevOps In
2012
Co-Organizer of DevOps
Days Austin
Became involved in
Docker Austin in August.
Background
Oracle Developer, MySQL DBA,
PHP Developer, System
Architect, DevOps Director
(snickering encouraged)
Started Austin DevOps In 2012
Co-Organizer of DevOps Days
Austin
Became involved in Docker
Austin in August.
Launching the First Ever
Container Days in Austin -
http://bit.ly/1CBppRV
Pespective
What is The
Goal of Your
Company?
What is The
Goal of Your
Company?
Make Money!
So … What is
DevOps?
Is DevOps a Process?
Is DevOps an intersection of
overlapping concerns?
Is it what Gene Kim says?
Is DevOps a Culture?
So … What is
DevOps?
DevOps is a
Philosophy
So … What is
DevOps?
DevOps is a
Philosophy
All of the previous
are models for
implementation of
that philosophy
DevOps:
DevOps is the way
in which a
technology
organization
embeds itself in a
business to the
benefit of that
business.
Profit, Revenue &
Cost
Profit = Revenue -
Cost
Profit, Revenue &
Cost
Profit = Revenue -
Cost
Drive Cost to $0
and you are out of
business
Profit, Revenue &
Cost
Profit = Revenue -
Cost
Drive Cost to $0
and you are out of
business
Increasing Revenue
has no theoretical
cap
Tools vs.
Technology
Tools are the result
of implementing a
DevOps model
Technology enables
revenue creation
Tools vs.
Technology
Tools are the result
of implementing a
DevOps model
Technology enables
revenue creation
Technology enables
the creation of new
DevOps models.
Tech v. Tools
Virtualization
Configuration Mgmt
Continuous
Integration
Continuous Delivery
Service Discovery
Containers
Vmware, AWS, Heroku
CFEngine, Puppet, Chef,
Go, Jenkins, Travis
CircleCI
Artifactory, Nexus
Zookeeper, etcd, consul
LXC, Docker, Rocket
Ideally
We do ourselves a disservice by
naming technology with tools.
Ideally
We do ourselves a disservice by
naming technology with tools.
We should be talking about “solving
a config management problem,” not
“writing Chef code”
Examples
Realistically
Good tools enable a technology to
be consumed by mere mortals
Realistically
Good tools enable a technology to
be consumed by mere mortals
CFEngine has been around a long
time, but Puppet and Chef raised the
config management conversation
Realistically
Good tools enable a technology to be
consumed by mere mortals
CFEngine has been around a long time,
but Puppet and Chef raised the config
management conversation
VMware is world class virtualization. Slice
host made it affordable. AWS brought it to
the masses.
Realistically
Good tools enable a technology to be consumed by
mere mortals
CFEngine has been around a long time, but Puppet
and Chef raised the config management conversation
VMware is world class virtualization. Slice host made
it affordable. AWS brought it to the masses.
Twitter, Facebook, Google, Pantheon have all be using
containers for some years. Docker brings containers
to all phases of the SDLC
Docker -
A Technology
Docker - Opportunity
& Consequence
Density
Factoring
Build and Test
System Architecture
Density
Density - Defined
The amount of idle
compute on a host
tends to zero
Density - Benefits
Density - Benefits
Reduces VM
consumption thus
reducing cost
Density - Benefits
Reduces VM
consumption thus
reducing cost
Reduces power
consumption in a
physical setting
Density - Concerns
Density - Concerns
Spare capacity on
hosts not there to
save you during
usage spikes
Density - Concerns
Spare capacity on
hosts not there to
save you during
usage spikes
YACL - Yet another
complexity layer:
containers on vms
on hardware
Density - Concerns
Spare capacity on
hosts not there to
save you during
usage spikes
YACL - Yet another
complexity layer:
containers on vms
on hardware
Container Sprawl
Density - Business
Density - Business
Reduces VM
consumption thus
reducing cost
Density - Business
Reduces VM
consumption thus
reducing cost
Doesn’t impact
revenue.
Density - Business
Reduces VM
consumption thus
reducing cost
Doesn’t address
revenue.
Probably not
compelling
Density - Adoption
Density - Adoption
Purely a production concern
Density - Adoption
Purely a production concern
Discussed a great deal, but
implementation implications too
large
Density - Adoption
Purely a production concern
Discussed a great deal, but
implementation implications too
large
Revolution, not evolution
Density - Adoption
Purely a production concern
Discussed a great deal, but
implementation implications too large
Revolution, not evolution
Tools for production management
are just not there yet
Density - Tools
Density
Tools Gap
Scheduling that is
location aware -
bin packing
problem
Density
Tools Gap
Scheduling that is
location aware -
bin packing
problem
Density
Tools Gap
Scheduling that is
location aware - bin
packing problem
Inventory
management
images
containers
hosts
Density
Tools Available
StackEngine
Tutum
Fleet
Dies
Control Center
Docker
Red Hat
Google
AWS
…
Factoring
Distributed Applications
Factoring -
Defined
Reduce your
production
topology to a
single machine
Factoring -
Defined
Reduce your
production
topology to a
single machine
Works great for
most applications
Factoring -
Defined
Reduce your
production
topology to a
single machine
Works great for
many applications
Vagrant is a killer
tool
Factoring -
Benefits
Factoring -
Benefits
Vagrant multi-
machine is resource
hungry. Run a
single VM with
multiple containers
Factoring -
Benefits
Vagrant multi-
machine is resource
hungry. Run a
single VM with
multiple containers
Developer, not Ops,
driven
Factoring -
Benefits
Vagrant multi-machine
is resource hungry. Run
a single VM with
multiple containers
Developer, not Ops,
driven
Developers need not
learn config
management, only the
Dockerfile
Factoring -
Concerns
Factoring -
Concerns
Impedence: How do
Build, QA and Ops
teams become
aware of config
change
Factoring -
Concerns
Impedence: How do
Build, QA and Ops
teams become
aware of config
change
Is it necessary, or
just cool?
(sharding)
Factoring -
Business
Factoring -
Business
Unclear
Factoring -
Business
Unclear
Could speed up
development, but is
only a local optima
Factoring -
Business
Unclear
Could speed up
development, but is
only a local optima
Vast majority of
apps factor to a
single machine
Factoring -
Business
Unclear
Could speed up
development, but is
only a local optima
Vast majority of apps
factor to a single
machine
Avoid the new-cool-
hotness arguments
Factoring -
Adoption
Factoring -
Adoption
By far the most common adoption
path
Factoring -
Adoption
By far the most common adoption
path
Typically seen in shops where
Vagrant perceived as complex or
heavy
Factoring -
Adoption
By far the most common adoption
path
Typically seen in shops where
Vagrant perceived as complex or
heavy
Often gains traction in Build/QA
Factoring - Tools
Factoring -
Tools Gap
Only old fashion
brain power to
consider
application
modeling
Factoring -
Tools Gap
Only old fashion
brain power to
consider
application
modeling
Workflow
management
Factoring -
Tools Gap
Only old fashion
brain power to
consider application
modeling
Workflow
management
Containerizing
existing apps
Factoring -
Tools Available
Boot2Docker
Fig
Vagrant Docker
Build and Test
Grids
Build and Test
Grids - Defined
Testing a number
of language
versions and
environments in
parallel
Build and Test
Grids - Defined
Testing a number
of language
versions and
environments in
parallel
Very important to
installed software
Build and Test
Grids - Defined
Testing a number of
language versions and
environments in parallel
Very important to
installed software
Example Testing on
Centos 6.5, Ubuntu
14.04 and CoreOs, with
the last three stable
Docker releases
Build and Test
Grids - Benefits
Build and Test
Grids - Benefits
Containers come up
fast making for
shorter builds
Build and Test
Grids - Benefits
Containers come up
fast making for
shorter builds
Multiple containers
on a build agent
improves density
Build and Test
Grids - Benefits
Containers come up
fast making for shorter
builds
Multiple containers on
a build agent improves
density
Makes it possible to test
many more
permutations of system
environments
Build and Test
Grids - Benefits
Containers come up fast
making for shorter builds
Multiple containers on a
build agent improves
density
Makes it possible to test
many more permutations
of system environments
Potential for more build
parallelism
Build and Test
Grids - Concerns
Build and Test
Grids - Concerns
Is a container
based test
environment close
enough to
production?
Build and Test
Grids - Concerns
Is a container
based test
environment close
enough to
production?
Impedance: how
does the app get to
production if not
by container image?
Build and Test
Grids - Business
Build and Test
Grids - Business
Increased grid
density reduces
costs
Build and Test
Grids - Business
Increased grid
density reduces
costs
Reducing build
times increase
innovation
Build and Test
Grids - Business
Increased grid
density reduces costs
Reducing build times
increase innovation
Reducing build times
increase
development velocity
Build and Test
Grids - Business
Increased grid density
reduces costs
Reducing build times
increase innovation
Reducing build times
increase development
velocity
Increase test speed keeps
QA from becoming a
bottleneck to increase
development velocity
Build and Test
Grids - Business
Increased grid density
reduces costs
Reducing build times increase
innovation
Reducing build times increase
development velocity
Increase test speed keeps QA
from becoming a bottleneck to
increase development velocity
Optimization now occurring
more holistically. Revenue
impact is more likely.
Build and Test
Grids - Business
Build and Test Grids -
Business
A Unique Perspective
Development
Velocity is Revenue
Build and Test Grids -
Business
A Unique Perspective
Development
Velocity is Revenue
Blog: Laundry Ops -
http://bit.ly/1E2gMUS
Build and Test Grids -
Business
A Unique Perspective
Development Velocity
is Revenue
Blog: Laundry Ops -
stackengine.com/
laundryops-practical-
devops-at-home/
Now we’re talking
disruption
Build and Test
Grids - Adoption
Build and Test
Grids - Adoption
Next most common adoption path
Build and Test
Grids - Adoption
Next most common adoption path
See as an efficient way to bring up
many copies of a test environment
efficiently
Build and Test
Grids - Adoption
Next most common adoption path
See as an efficient way to bring up
many copies of a test environment
efficiently
Surprisingly few producing a
container from the build system
Build and Test
Grids - Adoption
Next most common adoption path
See as an efficient way to bring up
many copies of a test environment
efficiently
Surprisingly few producing a container
from the build system
The final mile
Build and Test
Grids - Adoption
Next most common adoption path
See as an efficient way to bring up many
copies of a test environment efficiently
Surprisingly few producing a container from
the build system
The final mile
Production adoption creating impedance
Build and Test
Grids - Tools
Build and Test
Grid - Tools Gap
Build systems not
container aware
Build and Test
Grid - Tools Gap
Build systems not
container aware
Build systems do
not produce docker
images
Build and Test
Grid - Tools Gap
Build systems not
container aware
Build systems do
not produce docker
images
Build systems do
not treat images as
artifacts
Build and Test
Grid - Tools Gap
Build systems not
container aware
Build systems do not
produce docker images
Build systems do not
treat images as artifacts
Deployment systems are
still, as a whole,
immature
Build and Test
Grid - Tools Gap
Build systems not
container aware
Build systems do not
produce docker images
Build systems do not treat
images as artifacts
Deployment systems are
still, as a whole, immature
Private registries very
immature
Build and Test Grids
- Tools Available
Jenkins - plugin
Bamboo
Circle CI
Docker Registry
Quay.io
System Architecture
System Architecture
- Defined
Overloaded term
System Architecture
- Defined
Overloaded term
Is concerned with
how the various
services of a
software system
interact
System Architecture
- Defined
Overloaded term
Is concerned with
how the various
services of a
software system
interact
Network, Data flow,
request path, job
management
System Architecture
- Benefits
System Architecture
- Benefits
A separation of
concerns leads to a
“code to the
interface” paradigm
System Architecture
- Benefits
A separation of
concerns leads to a
“code to the
interface” paradigm
Micro teams’ micro-
services can move
at their own pace
System Architecture
- Benefits
A separation of
concerns leads to a
“code to the interface”
paradigm
Micro teams’ micro-
services can move at
their own pace
Only coordination
between teams is on
breaking changes.
System Architecture
- Concerns
System Architecture
- Concerns
Very few coders
out there who get it
System Architecture
- Concerns
Very few coders
out there who get it
Very few models
for mere mortals to
reason from
System Architecture
- Business
System Architecture
- Business
Extraordinary
increase in
Development Team
velocity
System Architecture
- Business
Extraordinary
increase in
Development Team
velocity
True competitive
advantage
System Architecture
- Business
Extraordinary
increase in
Development Team
velocity
True competitive
advantage
Because of difficult in
adoption, advantage
will be lasting
System Architecture
- Adoption
System Architecture
- Adoption
Micro service architecture is very
rare in the wild (unicorns)
System Architecture
- Adoption
Micro service architecture is very
rare in the wild (unicorns)
Investment to move existing
applications is high risk
System Architecture
- Adoption
Micro service architecture is very
rare in the wild (unicorns)
Investment to move existing
applications is high risk
Most shops are not mature/agile
enough to realize the benefit
System Architecture
- Tools
System Architecture
- Tools Gap
Meaningful
materials on micro
service
architectures
System Architecture
- Tools Gap
Meaningful
materials on micro
service
architectures
Meaningful
materials on async
systems
System Architecture
- Tools Available
12factor.net
?
Food For Thought
Nourishment
Black box production
instrumentation - Care only about
the container (tools don’t exist)
Nourishment
Black box production
instrumentation - Care only about
the container (tools don’t exist)
A/B Testing for Marketing
Nourishment
Smother Deployment (Continuous
Delivery)
Black box production instrumentation
- Care only about the container
(tools don’t exist)
A/B Testing for Marketing (The Lean
Startup)
Nourishment
The future was
already here
Nourishment
The future was
already here
Pantheon/
Rackspace blog:
http://bit.ly/
15a2UIW
Nourishment
The future was
already here
Pantheon/
Rackspace blog:
http://bit.ly/
15a2UIW
Note the date:
October 7th, 2013
Nourishment
The future was already
here
Pantheon/Rackspace
blog: http://bit.ly/
15a2UIW
Note the date: October
7th, 2013
Docker is the _tool_ that
brings containers to the
masses
Robots _AND_ Unicorns
Docker - containers for mere mortals.
Closing Thoughts
Closing Thoughts -
Business
Business
Developer adoption of Docker is
only valuable as a first step. There is
not enough benefit from it alone to
justify the effort, it must inform
system architecture and production
operations (over time)
Business
Developer adoption of Docker is only
valuable as a first step. There is not
enough benefit from it alone to justify the
effort, it must inform system architecture
and production operations (over time)
Docker’s system architecture ramifications
have the potential to provide a significant
and lasting competitive advantage
Business
Developer adoption of Docker is only valuable as a first
step. There is not enough benefit from it alone to justify
the effort, it must inform system architecture and
production operations (over time)
Docker’s system architecture ramifications have the
potential to provide a significant and lasting
competitive advantage
Unlike most ops driven improvements derived from
applying DevOps thinking, this must be developer driven
since its greatest benefit is derived from system
architecture
Business
Developer adoption of Docker is only valuable as a first
step. There is not enough benefit from it alone to justify the
effort, it must inform system architecture and production
operations (over time)
Docker’s system architecture ramifications have the potential
to provide a significant and lasting competitive advantage
Unlike most ops driven improvements derived from applying
DevOps thinking, this must be developer driven since its
greatest benefit is derived from system architecture
Horses are starting to become unicorns. Evolve or die.
Closing Thoughts -
DevOps
DevOps
DevOps thought leaders are
responsible for the holistic impact
of technology decisions at the
business level!
DevOps
DevOps thought leaders are responsible
for the holistic impact of technology
decisions at the business level!
DevOps thought leaders should be
working with peers and collaborators
in their company to determine if they
can derive the proposed business
benefits
DevOps
DevOps thought leaders are responsible for the
holistic impact of technology decisions at the
business level!
DevOps thought leaders should be working with
peers and collaborators in their company to
determine if they can derive the proposed business
benefits
Models must be developed that provide sensible
direction for implementation (evolution not
revolution)
DevOps
DevOps thought leaders are responsible for the holistic
impact of technology decisions at the business level!
DevOps thought leaders should be working with peers
and collaborators in their company to determine if
they can derive the proposed business benefits
Models must be developed that provide sensible
direction for implementation (evolution not
revolution)
Tools are not there yet. Companies are showing up with
the mission to address this, but it is very early days.
Should you be
Considering
Docker
Adoption?
audible.com - Maybe the
best DevOps Tool Yet?
The Lean Startup - Reis (tech)
The Goal - Goldratt (Theory of Constraints)
It’s not Luck - Goldratt (Theory of Constraints)
Good to Great - Collins (Culture)
The No Asshole Rule - Sutton (Culture)
The Phoenix Project - Kim (*) (tech)
Continuous Deliver - Humble (*) (hardcore tech)
The Lean Enterprise - Humble (*) (tech)
Boyd Hemphill
@behemphi
@stackengine
Thank You for Your Time and
Comments

More Related Content

What's hot (20)

PPTX
Azure DevOps in Action
Callon Campbell
 
PDF
[JAZUG Tohoku Azure DevOps] Azure DevOps
Naoki (Neo) SATO
 
PDF
提到 DevOps 到底在談些什麼玩意兒?
Chen Cheng-Wei
 
PPTX
Leveraging Azure DevOps across the Enterprise
Andrew Kelleher
 
PPTX
Azure, DevOps and the Commodore 64
Todd Whitehead
 
PPTX
The Power of Azure DevOps
Jeff Bramwell
 
PDF
DCEU 18: Making Legacy Legendary - A Windows 2003 Application Journey to the ...
Docker, Inc.
 
PPTX
Azure DevOps
Felipe Artur Feltes
 
PDF
Azure Pipeline Tutorial | Azure DevOps Tutorial | Edureka
Edureka!
 
PDF
#SheSharp Conference - Azure DevOps for .NET
Jaqueline Ramos
 
PPTX
Azure dev ops
Swaminathan Vetri
 
PPTX
Azure DevOps: the future of integration and traceability
Lorenzo Barbieri
 
PDF
Azure DevOps
Surasuk Oakkharaamonphong
 
PPTX
The Power of Azure DevOps
Jeff Bramwell
 
PPTX
Infrastructure automation with .NET
Swaminathan Vetri
 
PDF
Devops interview-questions-PDF
Mayank Kumar
 
PPTX
Azure DevOps
Omnia Ismail
 
PDF
Introduction to DevOps Tools | DevOps Training | DevOps Tutorial for Beginner...
Edureka!
 
PDF
Azure DevOps - Azure Guatemala Meetup
Guillermo Zepeda Selman
 
PDF
DevOps@Morpho for ParisDevOps - 2nd of December 2014
Jean-Charles JOREL
 
Azure DevOps in Action
Callon Campbell
 
[JAZUG Tohoku Azure DevOps] Azure DevOps
Naoki (Neo) SATO
 
提到 DevOps 到底在談些什麼玩意兒?
Chen Cheng-Wei
 
Leveraging Azure DevOps across the Enterprise
Andrew Kelleher
 
Azure, DevOps and the Commodore 64
Todd Whitehead
 
The Power of Azure DevOps
Jeff Bramwell
 
DCEU 18: Making Legacy Legendary - A Windows 2003 Application Journey to the ...
Docker, Inc.
 
Azure DevOps
Felipe Artur Feltes
 
Azure Pipeline Tutorial | Azure DevOps Tutorial | Edureka
Edureka!
 
#SheSharp Conference - Azure DevOps for .NET
Jaqueline Ramos
 
Azure dev ops
Swaminathan Vetri
 
Azure DevOps: the future of integration and traceability
Lorenzo Barbieri
 
The Power of Azure DevOps
Jeff Bramwell
 
Infrastructure automation with .NET
Swaminathan Vetri
 
Devops interview-questions-PDF
Mayank Kumar
 
Azure DevOps
Omnia Ismail
 
Introduction to DevOps Tools | DevOps Training | DevOps Tutorial for Beginner...
Edureka!
 
Azure DevOps - Azure Guatemala Meetup
Guillermo Zepeda Selman
 
DevOps@Morpho for ParisDevOps - 2nd of December 2014
Jean-Charles JOREL
 

Viewers also liked (10)

PDF
So You Think You Can DevOps?
CA Technologies
 
PDF
Orchestrating MySQL with Python and Docker
Roberto Polli
 
PDF
Setting up a MySQL Docker Container
Victor S. Recio
 
PDF
Zabbix+group replication
bri nger
 
PDF
StackEngine Demo - Docker Austin
Boyd Hemphill
 
PDF
новые образовательные форматы
LAZOVOY
 
PDF
Package your Java EE Application using Docker and Kubernetes
Arun Gupta
 
PDF
How to deploy PHP projects with docker
Ruoshi Ling
 
PDF
Infrastructure Deployment with Docker & Ansible
Robert Reiz
 
PDF
Deep C
Olve Maudal
 
So You Think You Can DevOps?
CA Technologies
 
Orchestrating MySQL with Python and Docker
Roberto Polli
 
Setting up a MySQL Docker Container
Victor S. Recio
 
Zabbix+group replication
bri nger
 
StackEngine Demo - Docker Austin
Boyd Hemphill
 
новые образовательные форматы
LAZOVOY
 
Package your Java EE Application using Docker and Kubernetes
Arun Gupta
 
How to deploy PHP projects with docker
Ruoshi Ling
 
Infrastructure Deployment with Docker & Ansible
Robert Reiz
 
Deep C
Olve Maudal
 
Ad

Similar to Docker Enables DevOps - Boston (20)

PDF
Docker Enables DevOps
Boyd Hemphill
 
PDF
StackEngine Demo - Boston
Boyd Hemphill
 
PDF
Openstack Summit Container Day Keynote
Boyd Hemphill
 
PDF
Dockercon State of the Art in Microservices
Adrian Cockcroft
 
PDF
AWS DevOps Guide and Best Practices Presentation.pdf
Arslan594776
 
PDF
DCSF19 How To Build Your Containerization Strategy
Docker, Inc.
 
PDF
DCEU 18: How To Build Your Containerization Strategy
Docker, Inc.
 
PPTX
How To Become A DevOps Engineer | Who Is A DevOps Engineer? | DevOps Engineer...
Simplilearn
 
PDF
Chef vs Puppet vs Ansible vs SaltStack | Configuration Management Tools Compa...
Edureka!
 
PDF
Containers, Serverless, Polyglot Development World, And Others…10 trends resh...
PROIDEA
 
PDF
StackEngine Problem Space Demo
Boyd Hemphill
 
PDF
Demystifying Docker
Cloud Native Bangalore
 
PPTX
Demystifying Docker101
Ajeet Singh Raina
 
PPTX
Azure DevOps työkalut - Roundtable 14.3.2019
Janne Mattila
 
PDF
Intro to DevOps 4 undergraduates
Liran Levy
 
PDF
Cloud Native Cost Optimization UCC
Adrian Cockcroft
 
PPTX
Continues Integration and Continuous Delivery with Azure DevOps - Deploy Anyt...
Janusz Nowak
 
PPTX
Containers: DevOp Enablers of Technical Solutions
Jules Pierre-Louis
 
PPTX
Creating Packages that Run Anywhere with Chef Habitat
Nell Shamrell-Harrington
 
PPTX
Introduction Into Docker Ecosystem
Alexander Pastukhov, OCPJP, OCPJWSD
 
Docker Enables DevOps
Boyd Hemphill
 
StackEngine Demo - Boston
Boyd Hemphill
 
Openstack Summit Container Day Keynote
Boyd Hemphill
 
Dockercon State of the Art in Microservices
Adrian Cockcroft
 
AWS DevOps Guide and Best Practices Presentation.pdf
Arslan594776
 
DCSF19 How To Build Your Containerization Strategy
Docker, Inc.
 
DCEU 18: How To Build Your Containerization Strategy
Docker, Inc.
 
How To Become A DevOps Engineer | Who Is A DevOps Engineer? | DevOps Engineer...
Simplilearn
 
Chef vs Puppet vs Ansible vs SaltStack | Configuration Management Tools Compa...
Edureka!
 
Containers, Serverless, Polyglot Development World, And Others…10 trends resh...
PROIDEA
 
StackEngine Problem Space Demo
Boyd Hemphill
 
Demystifying Docker
Cloud Native Bangalore
 
Demystifying Docker101
Ajeet Singh Raina
 
Azure DevOps työkalut - Roundtable 14.3.2019
Janne Mattila
 
Intro to DevOps 4 undergraduates
Liran Levy
 
Cloud Native Cost Optimization UCC
Adrian Cockcroft
 
Continues Integration and Continuous Delivery with Azure DevOps - Deploy Anyt...
Janusz Nowak
 
Containers: DevOp Enablers of Technical Solutions
Jules Pierre-Louis
 
Creating Packages that Run Anywhere with Chef Habitat
Nell Shamrell-Harrington
 
Introduction Into Docker Ecosystem
Alexander Pastukhov, OCPJP, OCPJWSD
 
Ad

More from Boyd Hemphill (14)

PDF
Longhorn PHP Tech Debt
Boyd Hemphill
 
PDF
2022-08-16-cloud-austin-tech-debt.pdf
Boyd Hemphill
 
PPTX
The Dynamic Duo
Boyd Hemphill
 
PPTX
Risk is not Fear
Boyd Hemphill
 
PDF
Longhorn PHP - Stop Doing It Wrong
Boyd Hemphill
 
PDF
Deploying PHP Applications to AWS Elastic Beanstalk
Boyd Hemphill
 
PDF
2017-10-24 All Day DevOps - Disposable Development Environments
Boyd Hemphill
 
PPTX
Container Days NYC Keynote
Boyd Hemphill
 
PPTX
Docker Docker - Docker Security - Docker
Boyd Hemphill
 
PPTX
HomeOps - Reasoning About DevOps at Home
Boyd Hemphill
 
PDF
Container Day - Seattle
Boyd Hemphill
 
PDF
Docker enables agile_devops
Boyd Hemphill
 
PDF
Laundryops Practical DevOps at Home
Boyd Hemphill
 
PDF
Ten Book, Five Minutes
Boyd Hemphill
 
Longhorn PHP Tech Debt
Boyd Hemphill
 
2022-08-16-cloud-austin-tech-debt.pdf
Boyd Hemphill
 
The Dynamic Duo
Boyd Hemphill
 
Risk is not Fear
Boyd Hemphill
 
Longhorn PHP - Stop Doing It Wrong
Boyd Hemphill
 
Deploying PHP Applications to AWS Elastic Beanstalk
Boyd Hemphill
 
2017-10-24 All Day DevOps - Disposable Development Environments
Boyd Hemphill
 
Container Days NYC Keynote
Boyd Hemphill
 
Docker Docker - Docker Security - Docker
Boyd Hemphill
 
HomeOps - Reasoning About DevOps at Home
Boyd Hemphill
 
Container Day - Seattle
Boyd Hemphill
 
Docker enables agile_devops
Boyd Hemphill
 
Laundryops Practical DevOps at Home
Boyd Hemphill
 
Ten Book, Five Minutes
Boyd Hemphill
 

Recently uploaded (20)

PPTX
UiPath Academic Alliance Educator Panels: Session 2 - Business Analyst Content
DianaGray10
 
PPTX
AUTOMATION AND ROBOTICS IN PHARMA INDUSTRY.pptx
sameeraaabegumm
 
PDF
SFWelly Summer 25 Release Highlights July 2025
Anna Loughnan Colquhoun
 
PPTX
✨Unleashing Collaboration: Salesforce Channels & Community Power in Patna!✨
SanjeetMishra29
 
PDF
Newgen 2022-Forrester Newgen TEI_13 05 2022-The-Total-Economic-Impact-Newgen-...
darshakparmar
 
PDF
"AI Transformation: Directions and Challenges", Pavlo Shaternik
Fwdays
 
PDF
Python basic programing language for automation
DanialHabibi2
 
PDF
Log-Based Anomaly Detection: Enhancing System Reliability with Machine Learning
Mohammed BEKKOUCHE
 
PDF
Smart Trailers 2025 Update with History and Overview
Paul Menig
 
PDF
Chris Elwell Woburn, MA - Passionate About IT Innovation
Chris Elwell Woburn, MA
 
PDF
New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
PDF
HubSpot Main Hub: A Unified Growth Platform
Jaswinder Singh
 
PDF
"Beyond English: Navigating the Challenges of Building a Ukrainian-language R...
Fwdays
 
PPT
Interview paper part 3, It is based on Interview Prep
SoumyadeepGhosh39
 
PDF
Blockchain Transactions Explained For Everyone
CIFDAQ
 
PDF
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 
PPTX
Top iOS App Development Company in the USA for Innovative Apps
SynapseIndia
 
PDF
HCIP-Data Center Facility Deployment V2.0 Training Material (Without Remarks ...
mcastillo49
 
PDF
Presentation - Vibe Coding The Future of Tech
yanuarsinggih1
 
PDF
Reverse Engineering of Security Products: Developing an Advanced Microsoft De...
nwbxhhcyjv
 
UiPath Academic Alliance Educator Panels: Session 2 - Business Analyst Content
DianaGray10
 
AUTOMATION AND ROBOTICS IN PHARMA INDUSTRY.pptx
sameeraaabegumm
 
SFWelly Summer 25 Release Highlights July 2025
Anna Loughnan Colquhoun
 
✨Unleashing Collaboration: Salesforce Channels & Community Power in Patna!✨
SanjeetMishra29
 
Newgen 2022-Forrester Newgen TEI_13 05 2022-The-Total-Economic-Impact-Newgen-...
darshakparmar
 
"AI Transformation: Directions and Challenges", Pavlo Shaternik
Fwdays
 
Python basic programing language for automation
DanialHabibi2
 
Log-Based Anomaly Detection: Enhancing System Reliability with Machine Learning
Mohammed BEKKOUCHE
 
Smart Trailers 2025 Update with History and Overview
Paul Menig
 
Chris Elwell Woburn, MA - Passionate About IT Innovation
Chris Elwell Woburn, MA
 
New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
HubSpot Main Hub: A Unified Growth Platform
Jaswinder Singh
 
"Beyond English: Navigating the Challenges of Building a Ukrainian-language R...
Fwdays
 
Interview paper part 3, It is based on Interview Prep
SoumyadeepGhosh39
 
Blockchain Transactions Explained For Everyone
CIFDAQ
 
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 
Top iOS App Development Company in the USA for Innovative Apps
SynapseIndia
 
HCIP-Data Center Facility Deployment V2.0 Training Material (Without Remarks ...
mcastillo49
 
Presentation - Vibe Coding The Future of Tech
yanuarsinggih1
 
Reverse Engineering of Security Products: Developing an Advanced Microsoft De...
nwbxhhcyjv
 

Docker Enables DevOps - Boston