Bug 1041255 - [RFE][nova]: Docker Driver Support To Enable Privileged Mode
Summary: [RFE][nova]: Docker Driver Support To Enable Privileged Mode
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: RFEs
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: RHOS Maint
QA Contact:
URL: https://blueprints.launchpad.net/nova...
Whiteboard: upstream_milestone_none upstream_stat...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-12 14:05 UTC by RHOS Integration
Modified: 2015-03-19 17:40 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-03-19 17:40:07 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description RHOS Integration 2013-12-12 14:05:54 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/nova/+spec/docker-privileged-mode-support.

Description:

In order to make a NFS mount (or a mount in general) or to use docker in docker it is needed to start a container in the privileged mode.

docker run -privileged -d centos /bin/bash

The docker drive could support that feature to enable the privileged mode via meta data. 

nova boot --meta "Privileged=true" --flavor m1.tiny --image centos:latest

This feature might not make much sense for a public cloud provider since it is a security risk.  For that reason I propose to disable the feature by default and provide a configuration property to enable it.



Specification URL (additional information):

None


Note You need to log in before you can comment on or make changes to this bug.