You are here: Home / LBN / Up2date / Cloud Computing / BastionLinux 25 / docker-novolume-plugin-1.13.1-13.git51eb16e.lbn25.x86_64

docker-novolume-plugin-1.13.1-13.git51eb16e.lbn25.x86_64

Package Attributes
RPM  docker-novolume-plugin-1.13.1-13.git51eb16e.lbn25.x86_64.rpm Architecture  x86_64 Epoch  2 Size  4743787 Created  2021/11/29 02:43:15 UTC
Package Specification
Summary Block container starts with local volumes defined
Group Unspecified
License MIT
Home Page https://github.com/projectatomic/docker-novolume-plugin
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.

Requires
rpmlib(PayloadFilesHavePrefix)  
rpmlib(FileDigests)  
rpmlib(CompressedFileNames)  
/bin/sh  
rpmlib(PayloadIsXz)  
docker  
Provides
docker-novolume-plugin
docker-novolume-plugin(x86-64)

Document Actions