-
docker-distribution-2.4.0-1.lbn19.x86_64
The Docker toolset to pack, ship, store, and deliver content.
This repository's main product is the Docker Registry 2.0 implementation for storing and distributing Docker images. It supersedes the docker/docker- registry project with a new API design, focused around security and performance.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19
-
docker-distribution-2.6.2-1.lbn25.x86_64
The Docker toolset to pack, ship, store, and deliver content.
This repository's main product is the Docker Registry 2.0 implementation for storing and distributing Docker images. It supersedes the docker/docker- registry project with a new API design, focused around security and performance.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
docker-fish-completion-1.13.1-13.git51eb16e.lbn25.x86_64
This package installs fish completion files for Docker.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
docker-fish-completion-1.12.6-6.gitae7d637.lbn19.x86_64
This package installs fish completion files for Docker.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
docker-fish-completion-1.9.0-5.git11b81f9.lbn19.x86_64
This package installs fish completion files for Docker.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19
-
docker-logrotate-1.12.6-6.gitae7d637.lbn19.x86_64
This package installs cron job to run logrotate on Docker containers. logrotate is assumed to be installed on
containers for this to work, failures are silently ignored.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
docker-logrotate-1.12.6-6.gitae7d637.lbn19.x86_64
This package installs cron job to run logrotate on Docker containers. logrotate is assumed to be installed on
containers for this to work, failures are silently ignored.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19
-
docker-logrotate-1.13.1-13.git51eb16e.lbn25.x86_64
This package installs cron job to run logrotate on Docker containers. logrotate is assumed to be installed on
containers for this to work, failures are silently ignored.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
docker-novolume-plugin-1.10.3-3.gitd93ee51.lbn19.x86_64
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.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19
-
docker-novolume-plugin-1.13.1-13.git51eb16e.lbn25.x86_64
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.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25