Infortrend存储集成Docker怎么用

2023-04-08 13:05:00 docker 集成 Infortrend

Infortrend存储集成Docker怎么用

Infortrend storage products are able to work with Docker through the use of a plugin. This plugin is available for download from the Infortrend website.

Once the plugin has been downloaded and installed, it can be used to create a Docker volume on an Infortrend storage system. This volume can then be used by Docker containers.

In order to create a Docker volume on an Infortrend storage system, the following command can be used:

docker volume create --driver infortrend --opt size=

Where is the size of the volume in GB and is the name of the volume.

Once the volume has been created, it can be used by specifying it as a volume when starting a Docker container. For example, the following command can be used to start a Docker container with a volume on an Infortrend storage system:

docker run -it --rm -v :/data busybox

Where is the name of the volume.

The Infortrend storage plugin for Docker provides a simple way to use Infortrend storage products with Docker. It is easy to install and can be used to create volumes that can be used by Docker containers.

相关文章