Steps To Create EBS Volume Uisng REX-RAY Plugin In Docker

Follow the steps mentioned below to create ebs volume

Step 1: Use the following command to create ebs volume using rex ray plugin.

docker volume create -d rexray/ebs mongobdbsvolumenew
  • rexray/ebs : Name of the Driver.
  • mongobdbsvolumenew: Name of the volume to create.

As shown in the image below the volume will be created.

Step 3: Go to the AWS Console and check the volume was created or not as show in the image below.

What Is Docker REX – RAY Plugin ?

The Docker REX- RAY plugin is mainly used to attach the external volumes to our containers which are running in the containerization platforms. REX-RAY is a plugin that is written in the go-language it will not be available locally you need to download the plugin. REX – RAY plugin provides EBS volumes to the docker containers.

Similar Reads

What is the Docker Rexray Plugin?

Docker REX-RAY is a storage orchestration engine that is used to provide persistent storage for containerized workloads to the docker containers and any other containerization platform like Kubernetes, open shift docker-compose, etc. Docker REX – RAY plugin can be used to attach the volumes to a container in cloud platforms like AWS....

Installation and Configuration Of Rexray Plugin In Docker

Follow the steps mentioned below to install the docker REX- RAY plugin....

Steps To Create EBS Volume Uisng REX-RAY Plugin In Docker

Follow the steps mentioned below to create ebs volume...

Supported Storage Backends by Rex-Ray Plugin

Docker rex ray is the plugin which will acts as an plugin framework for the storage providers to integrate the container orchestration like docker and kubernetes. Following the storage supported by the rex ray plugin....

Use Cases and Benefits of Docker Rex-Ray Plugin

Following are the use cases of docker REX-RAY plugin....

Steps To Install REX-RAY Plugin in Kubernetes

Follow the steps mentioned below to isntall the REX-RAY Plugin in Kubernetes....

Docker Installation

People Also Ask How to Install Docker in Windows Read How to Install Docker in MacOs Read What Is Docker HUB Read...

Docker REX-RAY Plugin – FAQ’s

What Is Volume Driver In Docker ?...