SlideShare a Scribd company logo
New Nova hypervisor in Havana
Deploy Containers instead of VMs
by Sam Alba
@sam_alba
sam@dotcloud.com
Sep 2013
What is all of that?
● Nova is a computing controller for OpenStack
● Havana is the name of the next release (10/17/2013)
● Nova already supports several hypervisors:
○ KVM (through qemu), Xen, VMWare, HyperV, PowerVM, etc...
○ Docker
Sep 2013
Nova is not just for Virtual Machines...
it’s a computing controller!
Under the hood...
Sep 2013
Source: https://wiki.openstack.org/wiki/Docker
How to use it? (with DevStack)
Sep 2013
Prerequisites:
● Ubuntu Precise 12.04
● Kernel >3.2 supporting AUFS
● >=1.5 GB of RAM available
● Check that socat and git installed
sudo apt-get install socat git
How to use it? (with DevStack)
Sep 2013
Install devstack and docker
… and test that everything went well
git clone https://github.com/openstack-dev/devstack.git
cd devstack
echo VIRT_DRIVER=docker >> localrc
./tools/docker/install_docker.sh
./stack.sh
./exercises/docker.sh
How to use it? (with DevStack)
Sep 2013
Start a container!
cd devstack
. openrc
nova boot --image "docker-busybox:latest" 
--flavor m1.nano myinstance
nova show myinstance
docker ps
How to use it? (with DevStack)
Sep 2013
Use public images!
It requires to duplicate images to Glance (by using docker)
cd devstack
. openrc
docker pull vieux/goplay
HOST_IP=$(docker images | grep :5042/docker-busybox 
| cut -d: -f1)
docker tag vieux/goplay $HOST_IP:5042/vieux/goplay
docker push $HOST_IP:5042/vieux/goplay
Horizon (web UI)
Launch a
new
instance...
Sep 2013
Horizon (web UI)
Launch a new instance...
Sep 2013
Questions?
Sep 2013
Run it yourself!
Sep 2013
Read the documentation:
https://wiki.openstack.org/wiki/Docker
… and please ask for help:
#docker on irc.freenode.org

More Related Content

What's hot (20)

PDF
Kubernetes Architecture and Introduction – Paris Kubernetes Meetup
Stefan Schimanski
 
PDF
Docker swarm
Alberto Guimarães Viana
 
PPTX
Docker Machine & Docker Swarm
Guillermo Lucero
 
PDF
Demystifying kubernetes
Works Applications
 
PDF
Docker and Kubernetes 101 workshop
Sathish VJ
 
PDF
Developer workflow with docker
Lalatendu Mohanty
 
PDF
Ansible docker
QNIB Solutions
 
PPTX
Intro- Docker Native for OSX and Windows
Thomas Chacko
 
PDF
AtlasCamp 2015: The age of orchestration: From Docker basics to cluster manag...
Atlassian
 
PDF
Nebulaworks Docker Overview 09-22-2015
Chris Ciborowski
 
PDF
Zun presentation (OpenStack Barcelona summit)
hongbin034
 
PDF
Docker Introduction
Sparkbit
 
PDF
Bare Metal to OpenStack with Razor and Chef
Matt Ray
 
PDF
Storage based on_openstack_mariocho
Mario Cho
 
PPTX
Docker session IV: Docker Compose and Docker Swarm
Degendra Sivakoti
 
PPTX
Comprehensive Monitoring for Docker
Christian Beedgen
 
PDF
Docker - introduction
Michał Kurzeja
 
PDF
Docker 101 - from 0 to Docker in 30 minutes
Luciano Fiandesio
 
PPTX
Scaling Docker Containers using Kubernetes and Azure Container Service
Ben Hall
 
PDF
Continuous integration with Docker and Ansible
Dmytro Slupytskyi
 
Kubernetes Architecture and Introduction – Paris Kubernetes Meetup
Stefan Schimanski
 
Docker Machine & Docker Swarm
Guillermo Lucero
 
Demystifying kubernetes
Works Applications
 
Docker and Kubernetes 101 workshop
Sathish VJ
 
Developer workflow with docker
Lalatendu Mohanty
 
Ansible docker
QNIB Solutions
 
Intro- Docker Native for OSX and Windows
Thomas Chacko
 
AtlasCamp 2015: The age of orchestration: From Docker basics to cluster manag...
Atlassian
 
Nebulaworks Docker Overview 09-22-2015
Chris Ciborowski
 
Zun presentation (OpenStack Barcelona summit)
hongbin034
 
Docker Introduction
Sparkbit
 
Bare Metal to OpenStack with Razor and Chef
Matt Ray
 
Storage based on_openstack_mariocho
Mario Cho
 
Docker session IV: Docker Compose and Docker Swarm
Degendra Sivakoti
 
Comprehensive Monitoring for Docker
Christian Beedgen
 
Docker - introduction
Michał Kurzeja
 
Docker 101 - from 0 to Docker in 30 minutes
Luciano Fiandesio
 
Scaling Docker Containers using Kubernetes and Azure Container Service
Ben Hall
 
Continuous integration with Docker and Ansible
Dmytro Slupytskyi
 

Viewers also liked (7)

PDF
OpenStack Cheat Sheet V2
Anuchit Chalothorn
 
PDF
Using PhoneGap Command Line
Anuchit Chalothorn
 
PDF
Chia sẻ kinh nghiệm và các nguồn tài nguyên để bắt đầu với OpenStack
Nguyen Tien
 
PDF
Các hướng tiếp cận để thử nghiệm và triển khai OpenStack
Nguyen Tien
 
PPTX
Tìm hiểu về OpenStack
lanhuonga3
 
PPTX
Why Docker
dotCloud
 
PPTX
Build public private cloud using openstack
Framgia Vietnam
 
OpenStack Cheat Sheet V2
Anuchit Chalothorn
 
Using PhoneGap Command Line
Anuchit Chalothorn
 
Chia sẻ kinh nghiệm và các nguồn tài nguyên để bắt đầu với OpenStack
Nguyen Tien
 
Các hướng tiếp cận để thử nghiệm và triển khai OpenStack
Nguyen Tien
 
Tìm hiểu về OpenStack
lanhuonga3
 
Why Docker
dotCloud
 
Build public private cloud using openstack
Framgia Vietnam
 
Ad

Similar to Running Docker with OpenStack | Docker workshop #1 (20)

PPTX
Hp rhev-m-driver
Srinivasa Acharya
 
PDF
Using the IBM XIV Storage System in OpenStack Cloud Environments
IBM India Smarter Computing
 
PDF
Docker Presentation at the OpenStack Austin Meetup | 2013-09-12
dotCloud
 
PDF
Application Deployment on Openstack
Docker, Inc.
 
PPTX
Couch to OpenStack: Nova - July, 30, 2013
Trevor Roberts Jr.
 
PPTX
Hypervisor and Nova
vinoth kumar selvaraj
 
PPTX
Open Stack compute-service-nova
GHANSHYAM MANN
 
PDF
OpenStack - JobShop @Iași, 2016
Alexandru Coman
 
PPTX
Openstack architure part 1
Nhan Cao Thanh
 
PPTX
Docker in OpenStack
Thanassis Parathyras
 
PPTX
OpenStack in an Ever Expanding World of Possibilities - Vancouver 2015 Summit
Lew Tucker
 
PDF
Making Developers Productive with Vagrant, VirtualBox, and Docker
John Rofrano
 
PDF
Docker with openstack
Liang Bo
 
PDF
OpenStack 101 update
Kamesh Pemmaraju
 
PDF
Docker OpenStack - 3/27/2014
Erica Windisch
 
PDF
Whats New in Havana--Nova
Nermina Miller
 
PDF
What's new in Havana--Nova
Mirantis
 
PDF
What's new in openstack ocata
Vietnam Open Infrastructure User Group
 
PPT
Cattle Wrangling For Pet Whisperers: Building A Multi-hypervisor Cloud
Kenneth Hui
 
PPTX
Docker with OpenStack
chmouel
 
Hp rhev-m-driver
Srinivasa Acharya
 
Using the IBM XIV Storage System in OpenStack Cloud Environments
IBM India Smarter Computing
 
Docker Presentation at the OpenStack Austin Meetup | 2013-09-12
dotCloud
 
Application Deployment on Openstack
Docker, Inc.
 
Couch to OpenStack: Nova - July, 30, 2013
Trevor Roberts Jr.
 
Hypervisor and Nova
vinoth kumar selvaraj
 
Open Stack compute-service-nova
GHANSHYAM MANN
 
OpenStack - JobShop @Iași, 2016
Alexandru Coman
 
Openstack architure part 1
Nhan Cao Thanh
 
Docker in OpenStack
Thanassis Parathyras
 
OpenStack in an Ever Expanding World of Possibilities - Vancouver 2015 Summit
Lew Tucker
 
Making Developers Productive with Vagrant, VirtualBox, and Docker
John Rofrano
 
Docker with openstack
Liang Bo
 
OpenStack 101 update
Kamesh Pemmaraju
 
Docker OpenStack - 3/27/2014
Erica Windisch
 
Whats New in Havana--Nova
Nermina Miller
 
What's new in Havana--Nova
Mirantis
 
What's new in openstack ocata
Vietnam Open Infrastructure User Group
 
Cattle Wrangling For Pet Whisperers: Building A Multi-hypervisor Cloud
Kenneth Hui
 
Docker with OpenStack
chmouel
 
Ad

More from dotCloud (20)

PPTX
Immutable infrastructure with Docker and EC2
dotCloud
 
PDF
Docker at Spotify - Dockercon14
dotCloud
 
PPTX
John Engates Keynote at Dockercon 14
dotCloud
 
PDF
Building a smarter application Stack by Tomas Doran from Yelp
dotCloud
 
PPTX
DockerCon Keynote Ben Golub
dotCloud
 
PDF
Are VM Passé?
dotCloud
 
PDF
OpenStack - Docker - Rackspace HQ
dotCloud
 
PDF
Docker in pratice -chenyifei
dotCloud
 
PDF
Wot2013云计算架构师峰会 -陈轶飞2
dotCloud
 
PPTX
Docker introduction
dotCloud
 
PDF
Deploying containers and managing them on multiple Docker hosts, Docker Meetu...
dotCloud
 
PDF
Introduction to Docker and all things containers, Docker Meetup at RelateIQ
dotCloud
 
PPTX
Introduction to dockerfile, SF Peninsula Software Development Meetup @Guidewire
dotCloud
 
PDF
Introduction to Docker at SF Peninsula Software Development Meetup @Guidewire
dotCloud
 
PPTX
Dockerizing stashboard - Docker meetup at Twilio
dotCloud
 
PPTX
Write Once and REALLY Run Anywhere | OpenStack Summit HK 2013
dotCloud
 
PDF
Dockerizing your applications - Docker workshop @Twitter
dotCloud
 
PDF
Introduction to Docker - Docker workshop @Twitter
dotCloud
 
PDF
Docker worshop @Twitter - How to use your own private registry
dotCloud
 
PDF
Docker links | Docker workshop #2 at Twitter
dotCloud
 
Immutable infrastructure with Docker and EC2
dotCloud
 
Docker at Spotify - Dockercon14
dotCloud
 
John Engates Keynote at Dockercon 14
dotCloud
 
Building a smarter application Stack by Tomas Doran from Yelp
dotCloud
 
DockerCon Keynote Ben Golub
dotCloud
 
Are VM Passé?
dotCloud
 
OpenStack - Docker - Rackspace HQ
dotCloud
 
Docker in pratice -chenyifei
dotCloud
 
Wot2013云计算架构师峰会 -陈轶飞2
dotCloud
 
Docker introduction
dotCloud
 
Deploying containers and managing them on multiple Docker hosts, Docker Meetu...
dotCloud
 
Introduction to Docker and all things containers, Docker Meetup at RelateIQ
dotCloud
 
Introduction to dockerfile, SF Peninsula Software Development Meetup @Guidewire
dotCloud
 
Introduction to Docker at SF Peninsula Software Development Meetup @Guidewire
dotCloud
 
Dockerizing stashboard - Docker meetup at Twilio
dotCloud
 
Write Once and REALLY Run Anywhere | OpenStack Summit HK 2013
dotCloud
 
Dockerizing your applications - Docker workshop @Twitter
dotCloud
 
Introduction to Docker - Docker workshop @Twitter
dotCloud
 
Docker worshop @Twitter - How to use your own private registry
dotCloud
 
Docker links | Docker workshop #2 at Twitter
dotCloud
 

Recently uploaded (20)

PDF
Jak MŚP w Europie Środkowo-Wschodniej odnajdują się w świecie AI
dominikamizerska1
 
PDF
Transcript: New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
PDF
What Makes Contify’s News API Stand Out: Key Features at a Glance
Contify
 
PPTX
"Autonomy of LLM Agents: Current State and Future Prospects", Oles` Petriv
Fwdays
 
PPTX
Q2 FY26 Tableau User Group Leader Quarterly Call
lward7
 
PPTX
COMPARISON OF RASTER ANALYSIS TOOLS OF QGIS AND ARCGIS
Sharanya Sarkar
 
DOCX
Cryptography Quiz: test your knowledge of this important security concept.
Rajni Bhardwaj Grover
 
PDF
Using FME to Develop Self-Service CAD Applications for a Major UK Police Force
Safe Software
 
PPTX
WooCommerce Workshop: Bring Your Laptop
Laura Hartwig
 
PDF
Smart Trailers 2025 Update with History and Overview
Paul Menig
 
PDF
CIFDAQ Market Wrap for the week of 4th July 2025
CIFDAQ
 
PDF
"Beyond English: Navigating the Challenges of Building a Ukrainian-language R...
Fwdays
 
PPTX
OpenID AuthZEN - Analyst Briefing July 2025
David Brossard
 
PDF
Newgen Beyond Frankenstein_Build vs Buy_Digital_version.pdf
darshakparmar
 
PPTX
Webinar: Introduction to LF Energy EVerest
DanBrown980551
 
PDF
Exolore The Essential AI Tools in 2025.pdf
Srinivasan M
 
PDF
LOOPS in C Programming Language - Technology
RishabhDwivedi43
 
PPTX
Building Search Using OpenSearch: Limitations and Workarounds
Sease
 
PDF
New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
PPTX
AUTOMATION AND ROBOTICS IN PHARMA INDUSTRY.pptx
sameeraaabegumm
 
Jak MŚP w Europie Środkowo-Wschodniej odnajdują się w świecie AI
dominikamizerska1
 
Transcript: New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
What Makes Contify’s News API Stand Out: Key Features at a Glance
Contify
 
"Autonomy of LLM Agents: Current State and Future Prospects", Oles` Petriv
Fwdays
 
Q2 FY26 Tableau User Group Leader Quarterly Call
lward7
 
COMPARISON OF RASTER ANALYSIS TOOLS OF QGIS AND ARCGIS
Sharanya Sarkar
 
Cryptography Quiz: test your knowledge of this important security concept.
Rajni Bhardwaj Grover
 
Using FME to Develop Self-Service CAD Applications for a Major UK Police Force
Safe Software
 
WooCommerce Workshop: Bring Your Laptop
Laura Hartwig
 
Smart Trailers 2025 Update with History and Overview
Paul Menig
 
CIFDAQ Market Wrap for the week of 4th July 2025
CIFDAQ
 
"Beyond English: Navigating the Challenges of Building a Ukrainian-language R...
Fwdays
 
OpenID AuthZEN - Analyst Briefing July 2025
David Brossard
 
Newgen Beyond Frankenstein_Build vs Buy_Digital_version.pdf
darshakparmar
 
Webinar: Introduction to LF Energy EVerest
DanBrown980551
 
Exolore The Essential AI Tools in 2025.pdf
Srinivasan M
 
LOOPS in C Programming Language - Technology
RishabhDwivedi43
 
Building Search Using OpenSearch: Limitations and Workarounds
Sease
 
New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
AUTOMATION AND ROBOTICS IN PHARMA INDUSTRY.pptx
sameeraaabegumm
 

Running Docker with OpenStack | Docker workshop #1

  • 1. New Nova hypervisor in Havana Deploy Containers instead of VMs by Sam Alba @sam_alba [email protected] Sep 2013
  • 2. What is all of that? ● Nova is a computing controller for OpenStack ● Havana is the name of the next release (10/17/2013) ● Nova already supports several hypervisors: ○ KVM (through qemu), Xen, VMWare, HyperV, PowerVM, etc... ○ Docker Sep 2013 Nova is not just for Virtual Machines... it’s a computing controller!
  • 3. Under the hood... Sep 2013 Source: https://wiki.openstack.org/wiki/Docker
  • 4. How to use it? (with DevStack) Sep 2013 Prerequisites: ● Ubuntu Precise 12.04 ● Kernel >3.2 supporting AUFS ● >=1.5 GB of RAM available ● Check that socat and git installed sudo apt-get install socat git
  • 5. How to use it? (with DevStack) Sep 2013 Install devstack and docker … and test that everything went well git clone https://github.com/openstack-dev/devstack.git cd devstack echo VIRT_DRIVER=docker >> localrc ./tools/docker/install_docker.sh ./stack.sh ./exercises/docker.sh
  • 6. How to use it? (with DevStack) Sep 2013 Start a container! cd devstack . openrc nova boot --image "docker-busybox:latest" --flavor m1.nano myinstance nova show myinstance docker ps
  • 7. How to use it? (with DevStack) Sep 2013 Use public images! It requires to duplicate images to Glance (by using docker) cd devstack . openrc docker pull vieux/goplay HOST_IP=$(docker images | grep :5042/docker-busybox | cut -d: -f1) docker tag vieux/goplay $HOST_IP:5042/vieux/goplay docker push $HOST_IP:5042/vieux/goplay
  • 8. Horizon (web UI) Launch a new instance... Sep 2013
  • 9. Horizon (web UI) Launch a new instance... Sep 2013
  • 11. Run it yourself! Sep 2013 Read the documentation: https://wiki.openstack.org/wiki/Docker … and please ask for help: #docker on irc.freenode.org