SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

docker-novolume-plugin rpm build for : CentOS 7. For other distributions click docker-novolume-plugin.

Name : docker-novolume-plugin
Version : 1.10.3 Vendor : CentOS
Release : 46.el7.centos.10 Date : 2016-08-04 15:22:44
Group : Unspecified Source RPM : docker-1.10.3-46.el7.centos.10.src.rpm
Size : 9.06 MB
Packager : CentOS BuildSystem < http://bugs_centos_org>
Summary : Block container starts with local volumes defined
Description :
When a volume in provisioned via the `VOLUME` instruction in a Dockerfile or
via `docker run -v volumename`, host\'s storage space is used. This could lead to
an unexpected out of space issue which could bring down everything.
There are situations where this is not an accepted behavior. PAAS, for
instance, can\'t allow their users to run their own images without the risk of
filling the entire storage space on a server. One solution to this is to deny users
from running images with volumes. This way the only storage a user gets can be limited
and PAAS can assign quota to it.

This plugin solves this issue by disallowing starting a container with
local volumes defined. In particular, the plugin will block `docker run` with:

- `--volumes-from`
- images that have `VOLUME`(s) defined
- volumes early provisioned with `docker volume` command

The only thing allowed will be just bind mounts.

RPM found in directory: /vol/rzm7/linux-centos-vault/7.2.1511/extras/x86_64/Packages

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  docker-novolume-plugin-1.10.3-46.el7.centos.10.x86_64.rpm
     

Provides :
docker-novolume-plugin
docker-novolume-plugin(x86-64)

Requires :
docker = 1.10.3-46.el7.centos.10
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(CompressedFileNames) <= 3.0.4-1
libc.so.6()(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libpthread.so.0(GLIBC_2.3.2)(64bit)
rpmlib(PayloadIsXz) <= 5.2-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
libpthread.so.0(GLIBC_2.2.5)(64bit)
libpthread.so.0()(64bit)


Content of RPM :
/usr/lib/systemd/system/docker-novolume-plugin.service
/usr/lib/systemd/system/docker-novolume-plugin.socket
/usr/libexec/docker/docker-novolume-plugin
/usr/share/doc/docker-novolume-plugin-1.10.3
/usr/share/doc/docker-novolume-plugin-1.10.3/README.md
/usr/share/licenses/docker-novolume-plugin-1.10.3
/usr/share/licenses/docker-novolume-plugin-1.10.3/LICENSE
/usr/share/man/man8/docker-novolume-plugin.8.gz

 
ICM